mirror of https://github.com/portainer/portainer
use portainer custom build of gosec
parent
020687c443
commit
00ae1289f9
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Gosec Security Scanner
|
||||
uses: dimasalakhov/gosec@test-container
|
||||
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 ./..."
|
||||
|
|
Loading…
Reference in New Issue