Skip to content

Commit

Permalink
chore: update allowed licenses format in dependency review workflow f…
Browse files Browse the repository at this point in the history
…or consistency
  • Loading branch information
SevenWaysDP committed Jan 21, 2025
1 parent 274b993 commit 6cc9553
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
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
allow-ghsas: |
GHSA-vxvm-qww3-2fh7
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,
allow-ghsas: 'GHSA-vxvm-qww3-2fh7'
allow-dependencies-licenses: pkg:npm/%40apidevtools/[email protected]

0 comments on commit 6cc9553

Please sign in to comment.