File tree Expand file tree Collapse file tree 2 files changed +6155
-16
lines changed Expand file tree Collapse file tree 2 files changed +6155
-16
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
11
11
jobs :
12
12
snyk :
13
- name : Snyk Security Analysis
13
+ name : Pixee Snyk Analysis
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
25
25
with :
26
26
tool : snyk
27
27
file : pixee-snyk.sarif.json
28
- pixee-api-url : " https://latio.getpixee.com"
29
- semgrep :
30
- name : Snyk Security Analysis
31
- runs-on : ubuntu-latest
32
- steps :
33
- # Assuming the file is checked into the repository, we need to check out the code
34
- - uses : actions/checkout@v4
35
- with :
36
- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
37
- - uses : pixee/upload-tool-results-action@v2
38
- with :
39
- # Use any supported SARIF tool here
40
- tool : semgrep
41
- # Path to the checked-in SARIF file relative to the repository root
42
- file : ./insecure-app/semgrep.sarif
28
+ pixee-api-url : " https://latio.getpixee.com"
You can’t perform that action at this time.
0 commit comments