Skip to content

Commit a901f2e

Browse files
authored
fix: dev images sbom attestation (#784)
1 parent 35d1b79 commit a901f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/publish-image/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ runs:
114114
shell: bash
115115
run: |
116116
set -euo pipefail
117+
IMAGE_NAME=oci.stackable.tech/sdp/${{ inputs.product }}
117118
syft scan --output cyclonedx-json=sbom.json --select-catalogers "-cargo-auditable-binary-cataloger" --scope all-layers --source-name "${{ inputs.product }}" --source-version "$TAG_NAME" "$IMAGE_NAME@$DIGEST";
118119
# Determine the PURL for the image
119120
PURL="pkg:docker/sdp/${{ inputs.product }}@$DIGEST?repository_url=oci.stackable.tech";

0 commit comments

Comments
 (0)