fix(ci): verify Gitleaks release archives - #609
Closed
Lutar, Stephen P. (stephenlutar2-hash) wants to merge 1 commit into
Closed
fix(ci): verify Gitleaks release archives#609Lutar, Stephen P. (stephenlutar2-hash) wants to merge 1 commit into
Lutar, Stephen P. (stephenlutar2-hash) wants to merge 1 commit into
Conversation
Verify the official Gitleaks 8.21.2 Linux x64 archive before extraction. Use one pinned SHA-256 across GitHub Actions, CircleCI, and the portal workflow. Make the portal optional config argument-safe without changing scan coverage. Align current secret-scanning docs with the active security.yml workflow. Validation: - git diff --check - strict YAML parse for three CI configs - Actionlint and ShellCheck - Linux checksum, extraction, and exact-version probe - full project secret scan and 15 scanner tests - pnpm 10.26.1 typecheck (182/182 tasks) Workcell: SECRET-SCAN-INTEGRITY Signed-off-by: Lutar, Stephen P. <stephenlutar2@gmail.com>
This was referenced Aug 13, 2026
Member
Author
|
Superseded by clean mapped-identity successor #610. This PR was not merged: GitHub classified exact head 927e8ac as signature verified=false, reason=no_user, because its committer was the local placeholder codex-bot@szl-holdings.example. #610 is parented on the same current main, carries the identical stable patch ID, and uses the GitHub-mapped committer identity. No published history was rewritten. |
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
security.ymlworkflow.Scope
Verification
git diff --checkCurrent-main lineage
This is the clean signed successor to #607 after #606 advanced
main.It is parented directly on
e0cb7c61744fb64c15f59464e61c7fde15755e3a.Its stable patch ID exactly matches #607:
fa769b46dfcfcf6023513282607d1a1b910ecd69.No checked history was rewritten.
Evidence boundary
The nested portal workflow is not a root platform hosted workflow at its current path.
It is hardened as a tracked extraction/template surface.
Merge gate
Require a valid GitHub signature and DCO, terminal exact-head hosted checks,
resolved threads, and a normal protected squash merge.
Workcell:
SECRET-SCAN-INTEGRITYSupersedes: #607
Follow-up to: #604