mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 07:03:46 +00:00
Add Licensed
To Help Verify Prod Licenses (#128)
* Add Licensed Workflow and config * manual validation of dependencies * Ignore Generated Files in Git PR's * update contributing.md
This commit is contained in:
parent
51d2bf1911
commit
b9436a7e86
15 changed files with 320 additions and 167 deletions
14
.licensed.yml
Normal file
14
.licensed.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
sources:
|
||||
npm: true
|
||||
|
||||
allowed:
|
||||
- apache-2.0
|
||||
- bsd-2-clause
|
||||
- bsd-3-clause
|
||||
- isc
|
||||
- mit
|
||||
- cc0-1.0
|
||||
- unlicense
|
||||
|
||||
reviewed:
|
||||
npm:
|
Loading…
Add table
Add a link
Reference in a new issue