We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742ae27 commit f06834aCopy full SHA for f06834a
.github/workflows/branch.yaml
@@ -50,4 +50,4 @@ jobs:
50
env:
51
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
52
- name: Check for acceptable licenses
53
- 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);The Unlicense (Unlicense);ISC License (ISCL)"
+ 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