We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9548e45 commit 1e86405Copy full SHA for 1e86405
2 files changed
.github/dependency-review-config.yml
.github/workflows/dependency-review.yml
@@ -15,4 +15,6 @@ jobs:
15
- name: 'Dependency Review'
16
uses: actions/dependency-review-action@v4
17
with:
18
- config-file: './.github/dependency-review-config.yml'
+ fail_on_severity: 'critical'
19
+ allow_licenses: MIT, Apache-2.0
20
+ deny-licenses: LGPL-2.0, BSD-2-Clause
0 commit comments