Skip to content

Commit ff6700b

Browse files
committed
add spdx demo
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
1 parent 14a154c commit ff6700b

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
@@ -80,7 +80,7 @@ jobs:
8080
run: chainloop attestation add --name sbom --value /tmp/sbom.cyclonedx.json
8181

8282
- name: Add SPDX SBOM Artifact
83-
run: chainloop attestation add --name sbom --value /tmp/sbom.spdx.json
83+
run: chainloop attestation add --name sbom-spdx --value /tmp/sbom.spdx.json
8484

8585
- name: Add Binary Artifact
8686
run: |

0 commit comments

Comments
 (0)