File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 2929 --policy-path=.snyk
3030 --exclude-app-vulns
3131 --org=radar-base
32- --sarif-file-output=fitbit.sarif
32+ --sarif-file-output=snyk.sarif
33+
34+ # Detected vulnerabilities will appear on Github in Security->Code_scanning_alerts tab
35+ - name : Upload Fitbit result to GitHub Code Scanning
36+ uses : github/codeql-action/upload-sarif@v3
37+ with :
38+ category : fitbit
39+ sarif_file : snyk.sarif
3340
3441 - name : Run Snyk to check for vulnerabilities on Oura image
3542 uses : snyk/actions/docker@master
@@ -44,15 +51,10 @@ jobs:
4451 --policy-path=.snyk
4552 --exclude-app-vulns
4653 --org=radar-base
47- --sarif-file-output=oura.sarif
48-
49- # Detected vulnerabilities will appear on Github in Security->Code_scanning_alerts tab
50- - name : Upload Fitbit result to GitHub Code Scanning
51- uses : github/codeql-action/upload-sarif@v3
52- with :
53- sarif_file : fitbit.sarif
54+ --sarif-file-output=snyk.sarif
5455
5556 - name : Upload Oura result to GitHub Code Scanning
5657 uses : github/codeql-action/upload-sarif@v3
5758 with :
58- sarif_file : oura.sarif
59+ category : oura
60+ sarif_file : snyk.sarif
You can’t perform that action at this time.
0 commit comments