Skip to content

Commit 9fe0eac

Browse files
Bot Updating Templated Files
1 parent 7a33917 commit 9fe0eac

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
@@ -784,7 +784,7 @@ pipeline {
784784
docker run --rm \
785785
-v /var/run/docker.sock:/var/run/docker.sock:ro \
786786
-v ${TEMPDIR}:/tmp \
787-
ghcr.io/anchore/syft:latest \
787+
ghcr.io/anchore/syft:v1.26.1 \
788788
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
789789
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
790790
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)