From 53f587ad04207d6a8c4075e34f03defc0b100bf2 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:44:51 +1000 Subject: [PATCH] ci(trivy): scan for misconfig instead of config (#183) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9590242..547ecea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,7 +82,7 @@ jobs: format: 'sarif' ignore-unfixed: true skip-dirs: /var/www/html/vendor - scanners: 'vuln,config' + scanners: 'vuln,misconfig' output: 'trivy.sarif' - name: Upload Trivy scan results to GitHub Security tab