ci: add OSV-Scanner SCA gate#25
Merged
Merged
Conversation
Wires modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml into ci.yml, matching the pattern already used in structured-madr/ontologies/MIF. Closes the SCA coverage gap flagged by the org-wide OSV-Scanner audit.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a supply-chain security (SCA) gate to this repository’s CI by wiring in the org’s centrally-maintained reusable-sca-osv.yml workflow (SHA-pinned), closing the gap where the repo has a package-lock.json but no OSV/dependency-review enforcement.
Changes:
- Add a new
scajob to CI that calls the org reusable OSV-Scanner + dependency-review workflow. - Configure the gate to fail the dependency-review check at
highseverity and above. - Grant the called workflow the required permissions (
security-events: write,pull-requests: write, etc.) for SARIF upload and PR annotations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Wires reusable-sca-osv.yml (pinned at f83ee805) into ci.yml, matching the pattern already used in structured-madr, ontologies, and MIF. This closes the SCA coverage gap identified by the org-wide OSV-Scanner audit: this repository carries a package-lock.json but had no SCA gate.