Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 2f533f8

Browse files
committed
Bot Updating Templated Files
1 parent 31492c7 commit 2f533f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ pipeline {
537537
docker run --rm \
538538
-v /var/run/docker.sock:/var/run/docker.sock:ro \
539539
-v ${TEMPDIR}:/tmp \
540-
ghcr.io/anchore/syft:latest \
540+
ghcr.io/anchore/syft:v1.26.1 \
541541
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
542542
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
543543
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"

0 commit comments

Comments
 (0)