Skip to content

Commit

Permalink
signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 29, 2024
1 parent c2b2183 commit 7d97b05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sscs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ on:
jobs:
gitsign:
runs-on: ubuntu-latest

# permissions:
# id-token: write # Enable OIDC
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: chainguard-dev/actions/setup-gitsign@main
- name: Change files
- name: verify commit signature
shell: bash
run: |
gitsign verify --certificate-identity-regexp='sauterp.*' --certificate-oidc-issuer='https://github.com/login/oauth' HEAD

0 comments on commit 7d97b05

Please sign in to comment.