We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b367364 + 1d19a95 commit d14dcacCopy full SHA for d14dcac
1 file changed
.github/workflows/dependency-review.yml
@@ -34,6 +34,6 @@ jobs:
34
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
35
with:
36
comment-summary-in-pr: always
37
- # fail-on-severity: moderate
38
- # deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
39
- # retry-on-snapshot-warnings: true
+ deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
+ fail-on-severity: moderate
+ retry-on-snapshot-warnings: true
0 commit comments