Skip to content

Commit

Permalink
Merge pull request #1742 from kranurag7/kr/use-oidc-flag
Browse files Browse the repository at this point in the history
use oidc flags with cosign
  • Loading branch information
kranurag7 authored Apr 29, 2024
2 parents d0f8a80 + e76deb9 commit 2e870f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KubeArmor/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ signs:
certificate: '${artifact}.cert'
args:
- sign-blob
- '--oidc-issuer=https://token.actions.githubusercontent.com'
- '--oidc-provider=github-actions'
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
Expand Down

0 comments on commit 2e870f4

Please sign in to comment.