Skip to content

Commit a0cd70f

Browse files
Add license enforcement via allow-licenses
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 0e70a11 commit a0cd70f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,12 @@ jobs:
1515
persist-credentials: false
1616
- name: Dependency Review
1717
uses: actions/dependency-review-action@v4
18+
with:
19+
allow-licenses: >-
20+
MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC,
21+
PSF-2.0, Python-2.0, 0BSD, BlueOak-1.0.0,
22+
CC0-1.0, CC-BY-3.0, CC-BY-4.0, Unlicense,
23+
MPL-2.0,
24+
LGPL-2.1-only, LGPL-2.1-or-later,
25+
LGPL-3.0-only, LGPL-3.0-or-later,
26+
Artistic-2.0

0 commit comments

Comments
 (0)