Skip to content

Commit

Permalink
check github oidc provider agains fulcio
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda committed Aug 8, 2024
1 parent 50dbac4 commit b1b0f25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,16 @@ jobs:
run: |
set -e
go test -timeout 30s -run ^TestLoadFulcioConfig$ github.com/sigstore/fulcio/pkg/config
signing:
name: signing
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: install
run: python -m pip install .
- uses: sigstore/[email protected]
with:
inputs: main.go

0 comments on commit b1b0f25

Please sign in to comment.