actions / dependency-review-action

A GitHub Action for detecting vulnerable dependencies and invalid licenses in your PRs
MIT License
596 stars 103 forks source link

`fail-on-severity` should still show lower severity vulnerabilities #775

Open mario-campos opened 3 months ago

mario-campos commented 3 months ago

While one may want to fail the workflow run if a vulnerability meets a certain severity level, it would still be nice to see the lower severity vulnerabilities that are being introduced, if only as informational.

IIRC, the current behavior is that, when fail-on-severity is set, the Action only reports/shows vulnerabilities that meet that severity level, and ignores all others. The difference that I'm requesting is to still show the lower severity vulnerabilities, but not fail on them.