Skip to content

Commit d8a846a

Browse files
authored
Update ci-cd.yml
1 parent f37cb3f commit d8a846a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
- uses: actions/checkout@v4
9090

9191
- name: Security scan for Python dependencies
92-
uses: pyupio/safety-action@v1
93-
with:
94-
requirements-file-path: backend/requirements.txt
92+
run: |
93+
pip install safety
94+
safety check -r backend/requirements.txt --full-report
9595
9696
- name: Secret scanning
9797
uses: trufflesecurity/truffleHog@main

0 commit comments

Comments
 (0)