Skip to content

Commit e5099e9

Browse files
Bot Updating Templated Files
1 parent 46d8312 commit e5099e9

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
@@ -709,7 +709,7 @@ pipeline {
709709
docker run --rm \
710710
-v /var/run/docker.sock:/var/run/docker.sock:ro \
711711
-v ${TEMPDIR}:/tmp \
712-
ghcr.io/anchore/syft:latest \
712+
ghcr.io/anchore/syft:v1.26.1 \
713713
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
714714
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
715715
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)