-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Add dependency-review action #23951
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23951 +/- ##
=======================================
Coverage 68.18% 68.18%
=======================================
Files 1941 1941
Lines 75241 75241
Branches 8158 8158
=======================================
Hits 51306 51306
Misses 21852 21852
Partials 2083 2083
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
By default, |
No we don't! I've set it to high. There are probably other config options we can look at, like denying certain license types. |
denying certain licenses (subset)
Added some forbidden license types for good measure. |
SUMMARY
This PR adds the depedency-review action, which will block PRs that add dependencies to manifests with known vulnerabilities.
See docs for more info: https://github.com/actions/dependency-review-action
EDITS:
• Now configured to only block on high/critical
• Added some Apache incompatible license blocking for good measure.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION