Skip to content

Commit dc19d77

Browse files
authored
fix(ci): Remove material name (#1791)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 0b8f9c2 commit dc19d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ 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 --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 }}
117+
chainloop attestation add --value $entry --attestation-id ${{ env.ATTESTATION_ID }}
118+
chainloop attestation add --value /tmp/sbom-$material_name.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
119119
120120
# Upload the SBOM to the release
121121
gh release upload ${{ github.ref_name }} /tmp/sbom-$material_name.cyclonedx.json --clobber

0 commit comments

Comments
 (0)