chore: allowlist provenance + pr-gate ubuntu-latest for F8#23
Merged
Conversation
Both jobs are legitimately on GitHub-hosted runners; they predate the F8 falsification gate and were flagged as un-annotated offenders by the paiml/infra build-performance spec (book/src/build-performance /falsification.md §F8). - provenance: SLSA attest-build-provenance requires GitHub's OIDC id-token issuer, which only signs on github-hosted runners. Already `continue-on-error: true` (advisory). - pr-gate authorize: must run before self-hosted runner claim — running untrusted PR code on self-hosted infra is a security anti-pattern (see sovereign-stack-protected-branch-strategy.md). No functional change; adds `# falsify-f8-allow:` comments so the nightly F9-audit timer on intel stops flagging these. Verified locally: $ cargo run --example falsify_f8_no_github_hosted ✓ F8 PASS: 10 file(s); 6 offender(s) allowlisted Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
# falsify-f8-allow:annotations to the two remaining ubuntu-latest jobs flagged by the paiml/infra F8 falsification gate:sovereign-ci.yml:646): SLSA attest-build-provenance needs GitHub's OIDC id-token, issued only to GitHub-hosted runners. Alreadycontinue-on-error: true.pr-gate.yml:19): must run before self-hosted runner claim — running untrusted PR code on self-hosted infra is a security anti-pattern.Both annotations match the format documented in
paiml/infra/book/src/build-performance/falsification.md§F8.Test plan
cargo run --example falsify_f8_no_github_hostedpasses (exit 0)allowlisted[]array🤖 Generated with Claude Code