Skip to content

Commit 0d78ebe

Browse files
fix: add BSD and BSD* to allowed licenses in supply chain workflow
- Resolves license check failure for ansi-color@0.2.1 package - Adds BSD and BSD* to allowed license list
1 parent bad99f8 commit 0d78ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Check licenses
9797
run: |
98-
npx license-checker --onlyAllow 'MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;GPL-3.0;LGPL-2.1;LGPL-3.0'
98+
npx license-checker --onlyAllow 'MIT;Apache-2.0;BSD;BSD*;BSD-2-Clause;BSD-3-Clause;ISC;GPL-3.0;LGPL-2.1;LGPL-3.0'
9999
100100
- name: Generate license report
101101
run: |

0 commit comments

Comments
 (0)