Skip to content

Commit

Permalink
exclude test-apps from snyk (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Nov 15, 2023
1 parent 6436077 commit 564f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk_sca_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Perform SCA Scan
continue-on-error: false
run: |
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
env:
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}

0 comments on commit 564f9bc

Please sign in to comment.