official image isn't ready

pull/4790/head
Dmitry Salakhov 2021-02-09 11:41:53 +13:00 committed by oscarzhou
parent 0290b837e6
commit 313c69775a
1 changed files with 2 additions and 6 deletions

View File

@ -61,14 +61,10 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: pwd
run: pwd
- name: ls
run: ls -al
- name: Download dependencies
run: cd api && go get -d && cd ..
run: cd api && go get -v -d && cd ..
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: portainer/gosec@fix-sarif-format
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: "-no-fail -fmt sarif -out results.sarif ./..."