Skip to content

Commit 0b8f9c2

Browse files
authored
fix(ci): Fix attestation command (#1790)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 2e5fd41 commit 0b8f9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
repo="${repo##*/}" # Extract last segment after the last '/'
115115
material_name="${repo}-${entry##*-}" # Construct final name
116116
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 }}
117+
chainloop attestation add --name $material_name --value $entry --attestation-id ${{ env.ATTESTATION_ID }}
118118
chainloop attestation add --name sbom-$material_name --value /tmp/sbom-$material_name.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
119119
120120
# Upload the SBOM to the release

0 commit comments

Comments
 (0)