We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f8a80 commit e76deb9Copy full SHA for e76deb9
KubeArmor/.goreleaser.yaml
@@ -14,6 +14,8 @@ signs:
14
certificate: '${artifact}.cert'
15
args:
16
- sign-blob
17
+ - '--oidc-issuer=https://token.actions.githubusercontent.com'
18
+ - '--oidc-provider=github-actions'
19
- '--output-certificate=${certificate}'
20
- '--output-signature=${signature}'
21
- '${artifact}'
0 commit comments