From 313c69775ab01157c0176db81f750f0b2815103b Mon Sep 17 00:00:00 2001 From: Dmitry Salakhov Date: Tue, 9 Feb 2021 11:41:53 +1300 Subject: [PATCH] official image isn't ready --- .github/workflows/security-scan.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 092d83855..40c2dbb7e 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -61,14 +61,10 @@ jobs: steps: - name: Checkout Source uses: actions/checkout@v2 - - name: pwd - run: pwd - - name: ls - run: ls -al - name: Download dependencies - run: cd api && go get -d && cd .. + run: cd api && go get -v -d && cd .. - name: Run Gosec Security Scanner - uses: securego/gosec@master + 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 ./..."