File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 11name : SAST Scan
22on :
3- push :
4- branches :
5- - ' *'
63 pull_request :
74 types : [opened, synchronize, reopened]
85jobs :
118 steps :
129 - uses : actions/checkout@v2
1310 - name : Horusec Scan
14- run : docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)
11+ run : docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)
Original file line number Diff line number Diff line change 11name : Source Composition Analysis Scan
22on :
3- push :
4- branches :
5- - master
63 pull_request :
74 types : [opened, synchronize, reopened]
85jobs :
1310 - name : Run Snyk to check for vulnerabilities
1411 uses : snyk/actions/node@master
1512 env :
16- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
13+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 11name : Secrets Scan
22on :
3- push :
4- branches :
5- - ' *'
63 pull_request :
74 types : [opened, synchronize, reopened]
85jobs :
118 steps :
129 - uses : actions/checkout@v2
1310 - name : Gittyleaks
14- uses : gupy-io/gittyleaks-action@v0.1
11+ uses : gupy-io/gittyleaks-action@v0.1
You can’t perform that action at this time.
0 commit comments