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 2e5fd41 commit 0b8f9c2Copy full SHA for 0b8f9c2
.github/workflows/release.yaml
@@ -114,7 +114,7 @@ jobs:
114
repo="${repo##*/}" # Extract last segment after the last '/'
115
material_name="${repo}-${entry##*-}" # Construct final name
116
syft -o cyclonedx-json=/tmp/sbom-$material_name.cyclonedx.json $entry
117
- chainloop attestation add --name $material_name --value $entry --kind CONTAINER_IMAGE --attestation-id ${{ env.ATTESTATION_ID }}
+ chainloop attestation add --name $material_name --value $entry --attestation-id ${{ env.ATTESTATION_ID }}
118
chainloop attestation add --name sbom-$material_name --value /tmp/sbom-$material_name.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
119
120
# Upload the SBOM to the release
0 commit comments