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 74668a4 commit 12d3d57Copy full SHA for 12d3d57
1 file changed
Jenkinsfile
@@ -789,7 +789,7 @@ pipeline {
789
docker run --rm \
790
-v /var/run/docker.sock:/var/run/docker.sock:ro \
791
-v ${TEMPDIR}:/tmp \
792
- ghcr.io/anchore/syft:latest \
+ ghcr.io/anchore/syft:v1.26.1 \
793
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
794
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
795
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
0 commit comments