Skip to content

Commit

Permalink
Add all denied licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 15, 2024
1 parent 3e73b4c commit 7938772
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
13 changes: 11 additions & 2 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
vulnerability-check: true
fail-on-severity: critical
vulnerability-check: false
license-check: true
# Compatible/Incompatible licenses addressed here: https://www.apache.org/legal/resolved.html
# Special notice for GPL licenses: https://www.apache.org/licenses/GPL-compatibility.html
# Find SPDX identifiers here: https://spdx.org/licenses/
deny-licenses: |
MS-LPL, ASL, RSAL, BUSL-1.1,
CC-BY-NC-1.0, CC-BY-NC-2.0, CC-BY-NC-2.5, CC-BY-NC-3.0, CC-BY-NC-4.0
# GPL-1.0, GPL-2.0, GPL-3.0, AGPL-3.0, LGPL-2.0, LGPL-2.1, LGPL-3.0,
# GPL-1.0-only, GPL-2.0-only, GPL-3.0-only, AGPL-3.0-only, LGPL-2.0-only, LGPL-2.1-only, LGPL-3.0-only,
QPL-1.0, Sleepycat, SSPL-1.0, CPOL-1.02,
BSD-4-Clause, BSD-4-Clause-UC, NPL-1.0, NPL-1.1, JSON
# MX4J, DOM4J, Eclipse Distribution License 1.0, Cup Parser Generator
# allow-licenses: |
# Apache-2.0, Apache-1.1, PHP-3.01,
Expand Down

0 comments on commit 7938772

Please sign in to comment.