From 42fca32a8c91c96adee667c164db0e447f344752 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:06:01 +0000 Subject: [PATCH] ci(github-action): update aquasecurity/trivy-action to v0.19.0 --- .github/workflows/run-trivy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-trivy.yaml b/.github/workflows/run-trivy.yaml index f053f80ea..36f257a4a 100644 --- a/.github/workflows/run-trivy.yaml +++ b/.github/workflows/run-trivy.yaml @@ -25,7 +25,7 @@ jobs: # https://github.com/marketplace/actions/aqua-security-trivy - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0 + uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0 with: scan-type: config hide-progress: false