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 14a154c commit ff6700bCopy full SHA for ff6700b
.github/workflows/release.yaml
@@ -80,7 +80,7 @@ jobs:
80
run: chainloop attestation add --name sbom --value /tmp/sbom.cyclonedx.json
81
82
- name: Add SPDX SBOM Artifact
83
- run: chainloop attestation add --name sbom --value /tmp/sbom.spdx.json
+ run: chainloop attestation add --name sbom-spdx --value /tmp/sbom.spdx.json
84
85
- name: Add Binary Artifact
86
run: |
0 commit comments