Skip to content

Commit 2c7a8ee

Browse files
authored
Fix requirements file path in CI/CD workflow
1 parent f8b1eb8 commit 2c7a8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Security scan for Python dependencies
9292
uses: pyupio/safety-action@v1
9393
with:
94-
requirements-file: backend/requirements.txt
94+
requirements-file-path: backend/requirements.txt
9595

9696
- name: Secret scanning
9797
uses: trufflesecurity/truffleHog@main

0 commit comments

Comments
 (0)