From d4977cd822ef1b904e118c4bfe6d2a4ef745335e Mon Sep 17 00:00:00 2001 From: Jaro Hartmann Date: Wed, 10 Apr 2024 14:56:00 +0200 Subject: [PATCH] chore(workflows):[#463] Cleanup trivyignore --- .github/workflows/trivy-image-scan.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/trivy-image-scan.yml b/.github/workflows/trivy-image-scan.yml index 28cc0e7678..0acd9c7e1a 100644 --- a/.github/workflows/trivy-image-scan.yml +++ b/.github/workflows/trivy-image-scan.yml @@ -60,7 +60,6 @@ jobs: output: "trivy-results2.sarif" exit-code: "1" severity: "CRITICAL,HIGH" - hide-progress: false trivyignores: .config/.trivyignore - name: Upload Trivy scan results to GitHub Security tab