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 @@ -1073,6 +1073,7 @@ pipeline {
10731073 sh '''#! /bin/bash
10741074 set -e
10751075 TEMPDIR=$(mktemp -d)
1076+ chown 65532:65532 "${TEMPDIR}"
10761077 if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" != "true" ]; then
10771078 LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG}
10781079 else
@@ -1082,7 +1083,7 @@ pipeline {
10821083 docker run --rm \
10831084 -v /var/run/docker.sock:/var/run/docker.sock:ro \
10841085 -v ${TEMPDIR}:/tmp \
1085- ghcr.io/anchore/syft:v1.26.1 \
1086+ ghcr.io/anchore/syft:latest \
10861087 ${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
10871088 NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
10881089 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