From 9000b24e0b4b69889485bccd6cad7a1b8a18b0aa Mon Sep 17 00:00:00 2001 From: nvminhtue Date: Tue, 9 Jan 2024 22:01:57 +0700 Subject: [PATCH] [#227] Update trivy scanner --- .../versionControl/github/.github/workflows/lint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/addons/versionControl/github/.github/workflows/lint.yml b/templates/addons/versionControl/github/.github/workflows/lint.yml index 93111334..3c93b830 100644 --- a/templates/addons/versionControl/github/.github/workflows/lint.yml +++ b/templates/addons/versionControl/github/.github/workflows/lint.yml @@ -37,13 +37,6 @@ jobs: with: image-ref: '.' scan-ref: '.' - scan-type: 'fs' - hide-progress: false - format: 'json' - output: 'trivy-results.sarif' - exit-code: '1' - ignore-unfixed: false - trivy-config: trivy.yaml - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3