Skip to content

Commit

Permalink
Remove the PKCS11 certs from signing
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Jan 14, 2022
1 parent 7736088 commit abc16c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ signs:
- id: checksums
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
# certificate: '${artifact}.pem'
output: true
artifacts: checksum
args:
Expand All @@ -80,7 +79,6 @@ signs:
- id: binaries
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
# certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'
output: true
artifacts: binary
args:
Expand All @@ -93,7 +91,6 @@ signs:
- id: archives
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
# certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'
output: true
artifacts: archive
args:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ signs:
- id: checksums
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
certificate: '${artifact}.pem'
output: true
artifacts: checksum
args:
Expand All @@ -80,7 +79,6 @@ signs:
- id: binaries
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'
output: true
artifacts: binary
args:
Expand All @@ -93,7 +91,6 @@ signs:
- id: archives
cmd: cosign
stdin: '{{ .Env.COSIGN_PASSWORD }}'
certificate: '{{ trimsuffix .Env.artifact ".tar.gz" }}.pem'
output: true
artifacts: archive
args:
Expand Down

0 comments on commit abc16c4

Please sign in to comment.