mirror of https://github.com/portainer/portainer
official image isn't ready
parent
0290b837e6
commit
313c69775a
|
@ -61,14 +61,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: pwd
|
|
||||||
run: pwd
|
|
||||||
- name: ls
|
|
||||||
run: ls -al
|
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: cd api && go get -d && cd ..
|
run: cd api && go get -v -d && cd ..
|
||||||
- name: Run Gosec Security Scanner
|
- name: Run Gosec Security Scanner
|
||||||
uses: securego/gosec@master
|
uses: portainer/gosec@fix-sarif-format
|
||||||
with:
|
with:
|
||||||
# we let the report trigger content trigger a failure using the GitHub Security features.
|
# we let the report trigger content trigger a failure using the GitHub Security features.
|
||||||
args: "-no-fail -fmt sarif -out results.sarif ./..."
|
args: "-no-fail -fmt sarif -out results.sarif ./..."
|
||||||
|
|
Loading…
Reference in New Issue