infra: detect-secrets baseline + CI Debug/Release matrix - #9
Merged
Conversation
… matrix - Add .secrets.baseline (clean scan, no findings) - Add detect-secrets v1.5.0 hook to .pre-commit-config.yaml - Add detect-secrets CI step in ci.yml (closes issue 6 on incendiary/QueuserAPC) - Add Debug/Release configuration matrix to build job (closes issue 7 on incendiary/QueuserAPC) - Update README roadmap rows 9 and 10 to Done, add detect-secrets to hooks table Co-Authored-By: Claude Sonnet 4.6 <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
.secrets.baselinegenerated by detect-secrets v1.5.0 (clean scan — no findings)detect-secretspre-commit hook (Yelp/detect-secrets v1.5.0,--baseline .secrets.baseline)detect-secretsCI step inci.ymlthat runspip install detect-secrets && detect-secrets scan --baseline .secrets.baselineconfiguration: [Debug, Release]matrix to thebuildjob; bothdotnet buildanddotnet testnow receive--configuration ${{ matrix.configuration }}Closes #6, closes #7
Test plan
Debug,Release) appear as separate check entriesdetect-secrets scan --baseline .secrets.baselineexits 0 on a clean treepre-commit run detect-secrets🤖 Generated with Claude Code