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 f1454dd commit 0336922Copy full SHA for 0336922
.github/workflows/snyk_sca_scan.yaml
@@ -27,6 +27,6 @@ jobs:
27
- name: Perform SCA Scan
28
continue-on-error: false
29
run: |
30
- snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
+ snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=system-tests,docker,Dockerfile --severity-threshold=critical
31
env:
32
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments