Skip to content

Commit ab70063

Browse files
committed
ci: Ignore failure on Snyk Code Test
1 parent 9ed927f commit ab70063

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/snyk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: snyk test --file=poetry.lock --package-manager=poetry --severity-threshold=medium
2525

2626
- name: Scan code for vulnerabilities
27+
continue-on-error: true
2728
env:
2829
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2930
working-directory: .

0 commit comments

Comments
 (0)