Skip to content

Commit

Permalink
attest spdxjson
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Mar 1, 2024
1 parent facfe2f commit 6de21f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sscs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
- name: attach attestation
shell: bash
run: |
cosign attest --yes --predicate sbom.json exoscale/csi-driver-integ-test:sscs
cosign attest --yes --type spdxjson --predicate sbom.json exoscale/csi-driver-integ-test:sscs
- name: verify the sbom attestation
shell: bash
run: |
cosign verify-attestation exoscale/csi-driver-integ-test:sscs --certificate-identity=https://github.com/exoscale/exoscale-csi-driver/.github/workflows/sscs.yaml@refs/heads/philippsauter/sscs --certificate-oidc-issuer=https://token.actions.githubusercontent.com
cosign verify-attestation exoscale/csi-driver-integ-test:sscs --certificate-identity=https://github.com/exoscale/exoscale-csi-driver/.github/workflows/sscs.yaml@refs/heads/philippsauter/sscs --certificate-oidc-issuer=https://token.actions.githubusercontent.com > /dev/null
- name: Scan image
uses: anchore/scan-action@v3
Expand Down

0 comments on commit 6de21f6

Please sign in to comment.