Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 21, 2025
1 parent a1331ce commit 0423c05
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ 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
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'
allow-dependencies-licenses:
#https://github.com/actions/dependency-review-action/issues/868
# https://github.com/actions/dependency-review-action/issues/868
allow-dependencies-licenses: >
- pkg:npm/%40apidevtools/[email protected]

0 comments on commit 0423c05

Please sign in to comment.