From 46660c416997d2a25d09b80dc28b7ceefddba18d Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 14 Jan 2022 17:06:31 +0100 Subject: [PATCH] Fix integration tests --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8fc2b7..fdd28f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,8 +51,7 @@ jobs: run: | go run cmd/container-scan-to-sarif/main.go \ -input "${{ steps.scan.outputs.scan-report-path }}" \ - -output scan.sarif \ - -verbose + | tee scan.sarif - name: Upload SARIF report to GitHub Security tab uses: github/codeql-action/upload-sarif@v1 if: ${{ always() }}