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 2e8118d commit a1a771fCopy full SHA for a1a771f
.github/workflows/sonarqube.yml
@@ -72,6 +72,7 @@ jobs:
72
DEBUG: snyk*
73
run: |
74
pip install poetry
75
+ pip install poetry-plugin-export
76
poetry export --format requirements.txt --output requirements.txt
77
snyk test --file=requirements.txt --sarif-file-output=snyk_report.sarif
78
0 commit comments