Skip to content

Commit 11f12ce

Browse files
committed
lab03 test
1 parent 771f1f1 commit 11f12ce

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ jobs:
9595
continue-on-error: true
9696
env:
9797
SNYK_TOKEN: ${{ env.SNYK_TOKEN }}
98-
run: snyk test --file=app_python/requirements.txt --severity-threshold=high
98+
run: snyk test \
99+
--org=sofiakulagina \
100+
--file=app_python/requirements.txt \
101+
--severity-threshold=high
102+
99103

100104
- name: Snyk token reminder
101105
if: ${{ env.SNYK_TOKEN == '' }}

0 commit comments

Comments
 (0)