use official gosec image, it's ready to publish sarif

pull/4790/head
Dmitry Salakhov 2021-02-09 11:33:20 +13:00 committed by oscarzhou
parent 00ae1289f9
commit 4df571aaa4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: portainer/gosec@fix-sarif-format
uses: securego/gosec@master
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: "-no-fail -fmt sarif -out results.sarif ./..."