From 00ae1289f9f4b700251003f9330e7120c7df119f Mon Sep 17 00:00:00 2001 From: Dmitry Salakhov Date: Tue, 2 Feb 2021 12:32:42 +1300 Subject: [PATCH] use portainer custom build of gosec --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 373dec852..29c77da58 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -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 ./..."