From e8ade5d1286bc5ff9a298c50ed87844159cc4944 Mon Sep 17 00:00:00 2001 From: Niall Munro Date: Fri, 6 Mar 2026 16:23:36 +0000 Subject: [PATCH] Update Trivy action version to 0.34.2 in usage guide and action configuration --- USAGE.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/USAGE.md b/USAGE.md index 025702c..ac5cd50 100644 --- a/USAGE.md +++ b/USAGE.md @@ -327,7 +327,7 @@ permissions: ### Custom Trivy Version -If you need a specific version of Trivy, you can fork the action and modify the `aquasecurity/trivy-action@0.32.0` reference to your desired version. +If you need a specific version of Trivy, you can fork the action and modify the `aquasecurity/trivy-action@0.34.2` reference to your desired version. ## Best Practices diff --git a/action.yml b/action.yml index 1282269..55d99f6 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: using: 'composite' steps: - name: Run Trivy vulnerability scanner (table format) - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.2 with: image-ref: ${{ inputs.image-ref }} format: 'table' @@ -80,7 +80,7 @@ runs: timeout: 15m - name: Run Trivy for detailed JSON report - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.2 with: image-ref: ${{ inputs.image-ref }} format: 'json'