Skip to content

Commit

Permalink
Set SBOM name for rpm-ostree generated images to `registry/repository…
Browse files Browse the repository at this point in the history
…@digest`of the pushed image.

(updated task/rpm-ostree-oci-ta/0.2/rpm-ostree-oci-ta.yaml via hack/generate-ta-tasks.sh)

JIRA: ISV-5322

Signed-off-by: John Bell <[email protected]>
  • Loading branch information
johnbe11 authored and cgwalters committed Dec 11, 2024
1 parent 909b05c commit 5c1c38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/rpm-ostree-oci-ta/0.2/rpm-ostree-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
- mountPath: /var/lib/containers
name: varlibcontainers
script: |
syft oci-dir:/var/lib/containers/rhtap-final-image --output cyclonedx-json=/var/workdir/sbom-cyclonedx.json
syft oci-dir:/var/lib/containers/rhtap-final-image --output cyclonedx-json="/var/workdir/sbom-cyclonedx.json" --source-name "${IMAGE%:*}@$(cat "$(results.IMAGE_DIGEST.path)")"
computeResources:
limits:
memory: 6Gi
Expand Down

0 comments on commit 5c1c38b

Please sign in to comment.