Skip to content

Commit dde6201

Browse files
committed
fix(SLSA): correct builder ID
1 parent c6f3a77 commit dde6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
& "../../slsa-verifier.exe" verify-artifact $_.FullName `
211211
--provenance-path "$provenance" `
212212
--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"
213+
--builder-id "https://github.com/${{ github.repository }}/.github/workflows/windows_build.yml@${{ github.ref }}"
214214
215215
if ($LASTEXITCODE -ne 0) {
216216
Write-Host "::warning::SLSA verification failed for $_, but continuing"

0 commit comments

Comments
 (0)