File tree Expand file tree Collapse file tree
ansible/roles/repository/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ pipeline {
734734 docker run --rm \
735735 -v /var/run/docker.sock:/var/run/docker.sock:ro \
736736 -v ${TEMPDIR}:/tmp \
737- ghcr.io/anchore/syft:latest \
737+ ghcr.io/anchore/syft:v1.26.1 \
738738 ${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
739739 NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
740740 echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
Original file line number Diff line number Diff line change @@ -1082,7 +1082,7 @@ pipeline {
10821082 docker run --rm \
10831083 -v /var/run/docker.sock:/var/run/docker.sock:ro \
10841084 -v ${TEMPDIR}:/tmp \
1085- ghcr.io/anchore/syft:latest \
1085+ ghcr.io/anchore/syft:v1.26.1 \
10861086 ${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
10871087 NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
10881088 echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
You can’t perform that action at this time.
0 commit comments