From ac6a20707b2715c8c183c1b22ca11a971a67a3f1 Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Wed, 14 Sep 2022 15:34:58 +0200 Subject: [PATCH] Update trivy.yml --- .github/workflows/trivy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index c2016a9..2b83116 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -34,6 +34,7 @@ jobs: scan-type: 'fs' scan-ref: '.' output: 'trivy-results.sarif' + format: 'template' template: '@/contrib/sarif.tpl' - name: Upload Trivy scan results to GitHub Security tab