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 ./..."