-
Notifications
You must be signed in to change notification settings - Fork 1.4k
34 lines (32 loc) · 1.14 KB
/
dependency-review-action.yml
File metadata and controls
34 lines (32 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'Dependency Review'
on: [pull_request]
permissions: {}
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 'Checkout Repository'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 #v4.8.3
with:
# https://github.com/actions/dependency-review-action/issues/944
allow-dependencies-licenses: 'pkg:pypi/uv@0.8.10'
deny-licenses: |
AGPL-1.0,AGPL-1.0-only,AGPL-1.0-or-later,AGPL-3.0,AGPL-3.0-only,AGPL-3.0-or-later,
AML,
CDLA-Sharing-1.0,
CPAL-1.0,
MIT-enna,
EUPL-1.1,EUPL-1.2,
LGPL-3.0+,LGPL-3.0,LGPL-3.0-only,LGPL-3.0-or-later,
GPL-3.0-only,GPL-3.0-or-later,GPL-3.0,GPL-3.0+,GPL-3.0-with-autoconf-exception,GPL-3.0-with-GCC-exception,
NASA-1.3,
ODbL-1.0,
OSL-3.0,
Parity-7.0.0,
RPSL-1.0,
SSPL-1.0
## Honest Public License (HPL) 1.0