This commit is contained in:
parent
53958fb0e1
commit
381b49ca71
@ -8,11 +8,6 @@ jobs:
|
|||||||
- name: "clone code"
|
- name: "clone code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: "static code analysis"
|
|
||||||
uses: securego/gosec@v2.22.3
|
|
||||||
with:
|
|
||||||
args: ./...
|
|
||||||
|
|
||||||
- name: "install go"
|
- name: "install go"
|
||||||
uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3
|
uses: https://code.jakeyoungdev.com/actions/install-go@v0.1.3
|
||||||
with:
|
with:
|
||||||
@ -23,3 +18,8 @@ jobs:
|
|||||||
uses: https://code.jakeyoungdev.com/actions/report-vulns@master
|
uses: https://code.jakeyoungdev.com/actions/report-vulns@master
|
||||||
with:
|
with:
|
||||||
manager: go
|
manager: go
|
||||||
|
|
||||||
|
- name: "static code analysis"
|
||||||
|
uses: securego/gosec@master
|
||||||
|
with:
|
||||||
|
args: ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user