From 8f6f9fab6f2c8bb025e7eabf980d53cd57916335 Mon Sep 17 00:00:00 2001 From: Henry McConville Date: Tue, 30 Apr 2024 11:41:40 +0100 Subject: [PATCH] restore sarif --- .github/workflows/container-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-scan.yml b/.github/workflows/container-scan.yml index a80dedd..3d0698c 100644 --- a/.github/workflows/container-scan.yml +++ b/.github/workflows/container-scan.yml @@ -27,8 +27,8 @@ jobs: with: scan-type: image image-ref: 'githubexporter/github-exporter:${{ steps.get-current-version.outputs.version }}' -# format: 'sarif' -# output: 'trivy-results.sarif' + format: 'sarif' + output: 'trivy-results.sarif' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3