We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d1b79 commit a901f2eCopy full SHA for a901f2e
.github/actions/publish-image/action.yml
@@ -114,6 +114,7 @@ runs:
114
shell: bash
115
run: |
116
set -euo pipefail
117
+ IMAGE_NAME=oci.stackable.tech/sdp/${{ inputs.product }}
118
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";
119
# Determine the PURL for the image
120
PURL="pkg:docker/sdp/${{ inputs.product }}@$DIGEST?repository_url=oci.stackable.tech";
0 commit comments