Skip to content

Commit

Permalink
chore: format allowed licenses list 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 fbe3bd2 commit 14bd4f3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,18 @@ 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, BlueOak-1.0.0, MIT-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 14bd4f3

Please sign in to comment.