We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30384b + 2185f8e commit 00012f7Copy full SHA for 00012f7
deploy/tasks/buildah-oci-ta.yaml
@@ -802,7 +802,7 @@ spec:
802
echo "Running syft on the image filesystem"
803
syft dir:"$(cat /shared/container_path)" --output cyclonedx-json="/var/workdir/sbom-image.json"
804
- name: prepare-sboms
805
- image: quay.io/redhat-appstudio/sbom-utility-scripts-image@sha256:9f1fd11d9c3c517ecc112d192ad361d16ecf6ce00b83b109c93cf3d1c644a357
+ image: quay.io/redhat-appstudio/sbom-utility-scripts-image@sha256:608c719f163b98410b3f96e1c42232d064445857fb90144ccf73b9b677b29db5
806
workingDir: /var/workdir
807
script: |
808
if [ "${SKIP_SBOM_GENERATION}" = "true" ]; then
0 commit comments