ci(root): address review comments on osv-scanner migration#9302
Closed
roshan-bitgo wants to merge 1 commit into
Closed
ci(root): address review comments on osv-scanner migration#9302roshan-bitgo wants to merge 1 commit into
roshan-bitgo wants to merge 1 commit into
Conversation
- Remove leftover Install retry step from npmjs-release.yml (the retry binary was only needed for the old improved-yarn-audit invocation; publish.yml correctly dropped it when switching to osv-scanner-action) - Fix stale branch_prefix in iyarc-prune.yml: iyarc-prune/ -> osv-scanner-prune/ to match the renamed agent file - Expand osv-scanner.toml exclusion reasons to preserve context from the deleted .iyarc file (transitive dep paths, risk profiles, mitigations) TICKET: VL-7134
Contributor
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.
Stacks on #9263.
Addresses the three review comments left on the migration PR:
Install retrystep fromnpmjs-release.yml— only needed for the oldimproved-yarn-auditinvocation;publish.ymlalready dropped itbranch_prefixiniyarc-prune.yml:iyarc-prune/→osv-scanner-prune/to match the renamed agent fileosv-scanner.tomlexclusion reasons with full context preserved from the deleted.iyarcfileCloses VL-7134 (via #9263).