Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
environment: safety_check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: create requirements.txt
run: |
pip install uv
uv pip compile pyproject.toml -o requirements.txt
- name: Security vulnerabilities scan
uses: shaypal5/python-safety-checker@v1.0.6
with:
Expand Down