mirror of https://github.com/portainer/portainer
use official gosec image, it's ready to publish sarif
parent
00ae1289f9
commit
4df571aaa4
|
@ -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: portainer/gosec@fix-sarif-format
|
uses: securego/gosec@master
|
||||||
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