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 <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Aug 8, 2024
1 parent 50dbac4 commit 2a04ede
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@ 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: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: main.go

0 comments on commit 2a04ede

Please sign in to comment.