chore(guard): sync vendored public-repo-guard to canonical - #16
chore(guard): sync vendored public-repo-guard to canonical#16wave-av-release-bot[bot] wants to merge 1 commit into
Conversation
|
PR author is in the excluded authors list. |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
There was a problem hiding this comment.
🔍 Verify the commit SHA actually corresponds to checkout v7.0.0
The action is pinned by SHA with a trailing # v7.0.0 comment. The security value of the pin depends entirely on that SHA being the real v7.0.0 tag commit of actions/checkout; the comment cannot be validated from within this repo. Worth a one-time manual confirmation against the upstream tag before merge.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Needs human review Unable to check for correctness in dd0fd4d. This CI workflow update (checkout version bump + persist-credentials security hardening) is low-risk, but the changed file is owned by wave-av/core-team and should be reviewed by the designated owners. You can customize Macroscope's approvability policy. Learn more. |
Syncs the vendored
public-repo-guardtrio to the canonical source inwave-foundation/scaffolder/public-repo-guard.internal-ipleak rule (Tailscale-CGNAT100.64.0.0/10), lockstep with the pre-publish mirror gateEach changed file is byte-for-byte identical to canonical (verified by git blob SHA). The repo's own
Secrets + content policygate re-scans this PR.🤖 Generated with Claude Code
Summary by cubic
Syncs the vendored
public-repo-guardwithwave-foundation/scaffolder/public-repo-guard. Adds theinternal-ipleak rule for Tailscale CGNAT (100.64.0.0/10) and hardens the scan workflow.actions/checkoutfrom v5.0.1 to v7.0.0.persist-credentials: falseso the job token isn’t available during thegitleaksscan (no git push needed).Written for commit dd0fd4d. Summary will update on new commits.