We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae535a8 commit 7b08ef4Copy full SHA for 7b08ef4
1 file changed
.github/workflows/branch.yaml
@@ -59,4 +59,4 @@ jobs:
59
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
60
61
- 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"
+ 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