Skip to content

Commit

Permalink
feat: cosign sign container image
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
developer-guy committed Feb 10, 2022
1 parent 1ff2757 commit 1382a82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@ signs:
- '${artifact}'
artifacts: checksum
output: true

docker_signs:
- cmd: cosign
env:
- COSIGN_EXPERIMENTAL=1
artifacts: images
output: true
args:
- 'sign'
- '${artifact}'

0 comments on commit 1382a82

Please sign in to comment.