Skip to content

Commit

Permalink
Include cosign public key (#814)
Browse files Browse the repository at this point in the history
* Include cosign public key
* Include public key in the release
  • Loading branch information
alvneiayu authored Apr 7, 2022
1 parent 18603bc commit 21107a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEseWNtEaI73oDVgjfLzU4eQYHE11i
MzRSNs1TA+cTT/Lw70ckfCC/vHnOXKACF2dnhsZsNNj647p9mAiYNVl9ug==
-----END PUBLIC KEY-----
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ release:
extra_files:
- glob: ./controller.yaml
- glob: ./controller-norbac.yaml
- glob: ./.github/workflows/cosign.pub

0 comments on commit 21107a8

Please sign in to comment.