We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771f1f1 commit 11f12ceCopy full SHA for 11f12ce
1 file changed
.github/workflows/python-ci.yml
@@ -95,7 +95,11 @@ jobs:
95
continue-on-error: true
96
env:
97
SNYK_TOKEN: ${{ env.SNYK_TOKEN }}
98
- run: snyk test --file=app_python/requirements.txt --severity-threshold=high
+ run: snyk test \
99
+ --org=sofiakulagina \
100
+ --file=app_python/requirements.txt \
101
+ --severity-threshold=high
102
+
103
104
- name: Snyk token reminder
105
if: ${{ env.SNYK_TOKEN == '' }}
0 commit comments