Skip to content

Commit 564f9bc

Browse files
exclude test-apps from snyk (#730)
1 parent 6436077 commit 564f9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk_sca_scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Perform SCA Scan
2727
continue-on-error: false
2828
run: |
29-
snyk test --all-projects --detection-depth=4 --exclude=docker,Dockerfile --severity-threshold=critical
29+
snyk test --all-projects --detection-depth=4 --exclude=docker,Dockerfile,test-apps --severity-threshold=critical
3030
env:
3131
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}

0 commit comments

Comments
 (0)