File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,26 +192,6 @@ jobs:
192192 fi
193193 echo "SBOM validation OK"
194194
195- - name : Create SLSA provenance attestation (GitHub) using CycloneDX predicate
196- uses : github/attest-build-provenance@v3
197- with :
198- subject-path : " artifacts/${{ env.CRATE_FILE }}"
199- predicate-file : " sbom/sbom-cyclonedx.json"
200-
201- - name : Cosign attest (keyless via sigstore action)
202- uses : sigstore/cosign-action@v2
203- with :
204- args : attest --predicate sbom/sbom-cyclonedx.json --type cyclonedx "artifacts/${{ env.CRATE_FILE }}"
205- env :
206- COSIGN_EXPERIMENTAL : 1
207-
208- - name : Cosign sign (keyless via sigstore action)
209- uses : sigstore/cosign-action@v2
210- with :
211- args : sign "artifacts/${{ env.CRATE_FILE }}"
212- env :
213- COSIGN_EXPERIMENTAL : 1
214-
215195 - name : Create GitHub Release (DRAFT)
216196 id : create_release
217197 uses : actions/create-release@v1
You can’t perform that action at this time.
0 commit comments