Skip to content

Commit

Permalink
Add AGPL-3.0 as allowed license
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler authored Sep 18, 2024
1 parent f5c532f commit 14e0054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
uses: actions/dependency-review-action@v4
with:
# Add more licenses as required. Do not add copy-left licenses or licenses incompatible with MIT (for czicompress) and GPL-3.0-or-later (for czishrink)
allow-licenses: MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause
# AGPL-3.0 is for megalinter which is not shipped (only used in CI/CD)
allow-licenses: MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause, AGPL-3.0

0 comments on commit 14e0054

Please sign in to comment.