use portainer custom build of gosec

pull/4790/head
Dmitry Salakhov 2021-02-02 12:32:42 +13:00 committed by oscarzhou
parent 020687c443
commit 00ae1289f9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run Gosec Security Scanner - name: Run Gosec Security Scanner
uses: dimasalakhov/gosec@test-container 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 ./..."