Skip to content

Commit

Permalink
yes2
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 29, 2024
1 parent cb732e8 commit ab38d7c
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 --predicate sbom.json exoscale/csi-driver-integ-test:sscs
yes | cosign attest --predicate sbom.json exoscale/csi-driver-integ-test:sscs
- name: verify the sbom attestation
shell: bash
run: |
yes | 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
- name: Scan image
uses: anchore/scan-action@v3
Expand Down

0 comments on commit ab38d7c

Please sign in to comment.