Skip to content

Commit 71bf8e6

Browse files
committed
allow elliptic due to issue in dependency-review-action: actions/dependency-review-action#868
1 parent f93c6c9 commit 71bf8e6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/dependency-review.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,16 @@ jobs:
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4
1515
with:
16-
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
16+
allow-licenses: >
17+
AGPL-3.0-only,
18+
LGPL-3.0,
19+
MIT,
20+
Apache-2.0,
21+
BSD-2-Clause,
22+
BSD-3-Clause,
23+
ISC,
24+
X11,
25+
0BSD,
26+
GPL-3.0,
27+
AGPL-3.0
28+
allow-dependencies-licenses: pkg:npm/indutny/elliptic@6.6.1

0 commit comments

Comments
 (0)