Skip to content

Commit a1a771f

Browse files
committed
Add poetry-plugin-export for Snyk requirements generation
Signed-off-by: DavidOsipov <[email protected]>
1 parent 2e8118d commit a1a771f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
DEBUG: snyk*
7373
run: |
7474
pip install poetry
75+
pip install poetry-plugin-export
7576
poetry export --format requirements.txt --output requirements.txt
7677
snyk test --file=requirements.txt --sarif-file-output=snyk_report.sarif
7778

0 commit comments

Comments
 (0)