Skip to content

Commit 3f37562

Browse files
Bot Updating Templated Files
1 parent 74ab407 commit 3f37562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ pipeline {
712712
docker run --rm \
713713
-v /var/run/docker.sock:/var/run/docker.sock:ro \
714714
-v ${TEMPDIR}:/tmp \
715-
ghcr.io/anchore/syft:latest \
715+
ghcr.io/anchore/syft:v1.26.1 \
716716
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
717717
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
718718
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)