We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daa10f commit 742ae27Copy full SHA for 742ae27
2 files changed
.github/workflows/branch.yaml
@@ -48,6 +48,6 @@ jobs:
48
- name: Run safety
49
run: uv run safety --disable-optional-telemetry --stage cicd scan
50
env:
51
- SAFETY_API_KEY: $(safety-api-key)
+ 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)"
0 commit comments