We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f6bb7 commit ae535a8Copy full SHA for ae535a8
1 file changed
.github/workflows/branch.yaml
@@ -54,7 +54,9 @@ jobs:
54
run: uv run bandit .
55
56
- name: Run safety
57
- run: uv run safety check
+ run: uv run safety --disable-optional-telemetry --stage cicd scan
58
+ env:
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"
0 commit comments