Skip to content

Commit

Permalink
Disable for now due some issues when downloading the knative module (#…
Browse files Browse the repository at this point in the history
…1546)

* Disable for now due some issues when downloading the knative module, maybe due to the replace in the go.mod

Signed-off-by: cpanato <[email protected]>

* sign packages as well

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Mar 3, 2022
1 parent 9b5f432 commit 4b2c3c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ before:
# this is needed because we are generating files that goreleaser was not aware to push to GH project release
- /bin/bash -c 'if [ -z "$CI" ]; then make sign-container-release && make sign-keyless-release; fi'

gomod:
proxy: true
# Disable for now due some issues when downloading the knative module, maybe due to the replace in the go.mod
# gomod:
# proxy: true

sboms:
- artifacts: binary
Expand Down Expand Up @@ -231,6 +232,12 @@ signs:
cmd: ./dist/cosign-linux-amd64
args: ["sign-blob", "--output-signature", "${artifact}-keyless.sig", "--output-certificate", "${artifact}-keyless.pem", "${artifact}"]
artifacts: checksum
- id: packages-keyless
signature: "${artifact}-keyless.sig"
certificate: "${artifact}-keyless.pem"
cmd: ./dist/cosign-linux-amd64
args: ["sign-blob", "--output-signature", "${artifact}-keyless.sig", "--output-certificate", "${artifact}-keyless.pem", "${artifact}"]
artifacts: package

nfpms:
- id: cosign
Expand Down

0 comments on commit 4b2c3c0

Please sign in to comment.