Skip to content

Commit

Permalink
Temporary: Add a binary to test signing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <benr@cuddletech.com>
  • Loading branch information
benr committed Aug 23, 2023
1 parent 6b3fdbd commit 9f40165
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Sign Exe (TEMPORARY TEST)
run: |
curl -LO https://releases.mondoo.io/cnquery/8.23.2/cnquery_8.23.2_windows_amd64.zip
unzip cnquery_8.23.2_windows_amd64.zip
jsign --storetype DIGICERTONE --alias "cert_492206180" --storepass "${SM_API_KEY}|${SM_CLIENT_CERT_FILE}|${SM_CLIENT_CERT_PASSWORD}" --tsaurl "http://timestamp.digicert.com" cnquery.exe
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 9f40165

Please sign in to comment.