We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f3a77 commit dde6201Copy full SHA for dde6201
.github/workflows/windows_build.yml
@@ -210,7 +210,7 @@ jobs:
210
& "../../slsa-verifier.exe" verify-artifact $_.FullName `
211
--provenance-path "$provenance" `
212
--source-uri "github.com/${{ github.repository }}" `
213
- --builder-id "https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/heads/main"
+ --builder-id "https://github.com/${{ github.repository }}/.github/workflows/windows_build.yml@${{ github.ref }}"
214
215
if ($LASTEXITCODE -ne 0) {
216
Write-Host "::warning::SLSA verification failed for $_, but continuing"
0 commit comments