8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ab563 commit e3d106dCopy full SHA for e3d106d
Jenkinsfile
@@ -790,7 +790,7 @@ pipeline {
790
docker run --rm \
791
-v /var/run/docker.sock:/var/run/docker.sock:ro \
792
-v ${TEMPDIR}:/tmp \
793
- ghcr.io/anchore/syft:latest \
+ ghcr.io/anchore/syft:v1.26.1 \
794
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
795
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
796
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
0 commit comments