Skip to content

Commit 94ce756

Browse files
committed
Update dependency-review workflow to deny GPL and AGPL licenses
1 parent 034b403 commit 94ce756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: actions/dependency-review-action@v4
2424
with:
2525
fail-on-severity: high
26-
allow-licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0
26+
deny-licenses: GPL-3.0-only, GPL-3.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later
2727
comment-summary-in-pr: always
2828
warn-only: false

0 commit comments

Comments
 (0)