Merge pull request #820 from crazy-max/signing

sigstore class to sign and verify buildkit provenance blobs
This commit is contained in:
CrazyMax
2025-11-03 09:34:37 +01:00
committed by GitHub
13 changed files with 2438 additions and 9 deletions

View File

@@ -146,6 +146,9 @@ jobs:
fail-fast: false
matrix:
include: ${{ fromJson(needs.prepare-itg.outputs.includes) }}
permissions:
contents: read
id-token: write # needed for signing with GitHub OIDC Token
steps:
-
name: Checkout