Skip to content

Commit 09eeb66

Browse files
committed
sigstore class to sign provenance blobs
Signed-off-by: CrazyMax <[email protected]>
1 parent 2acf540 commit 09eeb66

File tree

7 files changed

+1284
-8
lines changed

7 files changed

+1284
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
fail-fast: false
147147
matrix:
148148
include: ${{ fromJson(needs.prepare-itg.outputs.includes) }}
149+
permissions:
150+
contents: read
151+
id-token: write # needed for signing with GitHub OIDC Token
149152
steps:
150153
-
151154
name: Checkout

0 commit comments

Comments
 (0)