Skip to content

Commit 93dd8a5

Browse files
committed
chore(cd): remove cosign attestations
1 parent 44081cb commit 93dd8a5

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/rust-cd.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)