Fix security scanning and evidence exports - #17
Draft
RNA4219 wants to merge 4 commits into
Draft
Conversation
code-to-gate PR ReviewGate Verdict
Blocking Reasons
Acceptable Risks
Suggested Tests
Spec Drift
Drift Budget
Evidence Links
Suppression / Baseline Summary
Gate Explainability
Generated by code-to-gate v1.5.1 |
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
export sarif --scope securityand upload only security-relevant findings to GitHub Code Scanning while retaining the full SARIF artifactWhy
The repository had newly surfaced Dependabot alerts and was uploading maintainability findings as GitHub Security alerts. The QEG fixture also referenced future output paths and claimed producer-side approval that belongs to the authorized release workflow.
Impact
GitHub Code Scanning receives only auth, payment, validation, data, and security categories. Full SARIF remains available as an artifact. Root and demo fixture dependency installs audit cleanly, and QEG remains the final verdict owner.
Validation
npm run test:ci:stable: 3,579 passed, 4 skippednpm run release:validate: passed0835903:validateandgatepassedgit diff --check: passedThe demo GitHub Actions fixture intentionally retains its pre-existing failing build/typecheck/lint signals for CI-analysis coverage.