File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments