Dependabot should warn on PRs that introduce a number of insecure dependencies #29475
Answered
by
courtneycl
devd
asked this question in
Code Security
-
Currently, if a new PR adds a number of insecure/out-of-date dependencies, Dependabot doesn't warn on this. But, after the PR lands, Dependabot will start warning how depedencies are out of date and even try to create a PR. This isn't a great UX: ideally, Dependabot would comment on the pull request! |
Beta Was this translation helpful? Give feedback.
Answered by
courtneycl
Aug 15, 2022
Replies: 1 comment 1 reply
-
Hi! Thanks for being here. The dependency review action will check your PRs and will fail if they introduce a dependency that has a known vulnerability. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jhutchings1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Thanks for being here. The dependency review action will check your PRs and will fail if they introduce a dependency that has a known vulnerability.