Skip to content

Commit

Permalink
allow elliptic due to issue in dependency-review-action: actions/depe…
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Feb 19, 2025
1 parent f93c6c9 commit 71bf8e6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ 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, AGPL-3.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,
AGPL-3.0
allow-dependencies-licenses: pkg:npm/indutny/[email protected]

0 comments on commit 71bf8e6

Please sign in to comment.