Skip to content

Commit 98d18b4

Browse files
committed
fix: add CC-BY-4.0 to allowed licenses for caniuse-lite
1 parent 67efe63 commit 98d18b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191

9292
- name: Check licenses
9393
run: |
94-
npx license-checker --summary --excludePrivatePackages --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;Unlicense;Python-2.0"
94+
npx license-checker --summary --excludePrivatePackages --onlyAllow "MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;Unlicense;Python-2.0;CC-BY-4.0"

0 commit comments

Comments
 (0)