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'