Skip to content

Commit acf2342

Browse files
authored
Update security.yml
1 parent d8a846a commit acf2342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Security scan for Python dependencies
20-
uses: pyupio/safety-action@v1
21-
with:
22-
requirements-file-path: backend/requirements.txt
20+
run: |
21+
pip install safety
22+
safety check -r backend/requirements.txt --full-report
2323
2424
- name: Secret scanning
2525
uses: trufflesecurity/truffleHog@main

0 commit comments

Comments
 (0)