Skip to content

Commit f37cb3f

Browse files
authored
Fix requirements-file path in security.yml
Updated the security.yml workflow to fix the requirements-file path.
1 parent 2c7a8ee commit f37cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Security scan for Python dependencies
2020
uses: pyupio/safety-action@v1
2121
with:
22-
requirements-file: backend/requirements.txt
22+
requirements-file-path: backend/requirements.txt
2323

2424
- name: Secret scanning
2525
uses: trufflesecurity/truffleHog@main

0 commit comments

Comments
 (0)