We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6436077 commit 564f9bcCopy full SHA for 564f9bc
.github/workflows/snyk_sca_scan.yaml
@@ -26,6 +26,6 @@ jobs:
26
- name: Perform SCA Scan
27
continue-on-error: false
28
run: |
29
- snyk test --all-projects --detection-depth=4 --exclude=docker,Dockerfile --severity-threshold=critical
+ snyk test --all-projects --detection-depth=4 --exclude=docker,Dockerfile,test-apps --severity-threshold=critical
30
env:
31
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
0 commit comments