Skip to content

Commit 18feb87

Browse files
committed
Fix trivy-scan build
1 parent 3d271e7 commit 18feb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: python -m pip install pip-tools
6969

7070
- name: Freeze dependencies
71-
run: pip-compile --extra=full -o requirements.txt src/python/pyproject.toml
71+
run: pip-compile --extra=full -o requirements.txt $(pwd)/src/python/pyproject.toml
7272

7373
- name: Run Trivy scan
7474
id: trivy

0 commit comments

Comments
 (0)