Skip to content

Commit 742ae27

Browse files
committed
Update safety API key reference in CI configuration
1 parent 4daa10f commit 742ae27

2 files changed

Lines changed: 1158 additions & 1 deletion

File tree

.github/workflows/branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Run safety
4949
run: uv run safety --disable-optional-telemetry --stage cicd scan
5050
env:
51-
SAFETY_API_KEY: $(safety-api-key)
51+
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
5252
- name: Check for acceptable licenses
5353
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

Comments
 (0)