We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d271e7 commit 18feb87Copy full SHA for 18feb87
.github/workflows/security-scan.yml
@@ -68,7 +68,7 @@ jobs:
68
run: python -m pip install pip-tools
69
70
- name: Freeze dependencies
71
- run: pip-compile --extra=full -o requirements.txt src/python/pyproject.toml
+ run: pip-compile --extra=full -o requirements.txt $(pwd)/src/python/pyproject.toml
72
73
- name: Run Trivy scan
74
id: trivy
0 commit comments