Skip to content

Commit

Permalink
chore: streamline allowed licenses format in dependency review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jan 21, 2025
1 parent 14bd4f3 commit 884e552
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,5 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
allow-licenses: |
AGPL-3.0-only,
LGPL-3.0,
MIT,
Apache-2.0,
BSD-2-Clause,
BSD-3-Clause,
ISC,
X11,
0BSD,
GPL-3.0,
Unlicense,
CC0-1.0,
JSON AND LicenseRef-scancode-proprietary-license AND MIT
allow-licenses: 'AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, "JSON AND LicenseRef-scancode-proprietary-license AND MIT"'
allow-ghsas: 'GHSA-vxvm-qww3-2fh7'

0 comments on commit 884e552

Please sign in to comment.