Skip to content

Commit 7b08ef4

Browse files
committed
Update license check to include additional license variations
1 parent ae535a8 commit 7b08ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
6060

6161
- name: Check for acceptable licenses
62-
run: uv run pip-licenses --allow-only="MIT License;BSD License;Python Software Foundation License;Apache Software License;Mozilla Public License 2.0 (MPL 2.0);ISC License (ISCL);The Unlicense (Unlicense);UNKNOWN;Apache-2.0"
62+
run: uv run pip-licenses --allow-only="MIT;MIT License;BSD License;Python Software Foundation License;Apache Software License;Mozilla Public License 2.0 (MPL 2.0);ISC License (ISCL);The Unlicense (Unlicense);UNKNOWN;Apache-2.0;Apache-2.0 or BSD-3-Clause"

0 commit comments

Comments
 (0)