File tree 2 files changed +2
-8
lines changed 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Snyk Software Composition Analysis Scan
2
2
on :
3
- push :
4
- branches :
5
- - ' *'
6
3
pull_request :
7
4
branches :
8
5
- master
25
22
env :
26
23
SNYK_TOKEN : ${{ secrets.SNYK_API_TOKEN }}
27
24
with :
28
- args : --debug --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
25
+ args : --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: Snyk Static Analysis Scan
2
2
# This SAST (Static Application Security Testing) scan is used to scan
3
3
# our first-party code for security vulnerabilities
4
4
on :
5
- push :
6
- branches :
7
- - ' *'
8
5
pull_request :
9
6
branches :
10
7
- master
19
16
env :
20
17
SNYK_TOKEN : ${{ secrets.SNYK_API_TOKEN }}
21
18
continue-on-error : true
22
- run : snyk code test --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=high
19
+ run : snyk code test --all-projects -- strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=high
You can’t perform that action at this time.
0 commit comments