From 584bcca38a28d9826d93e44b3567d13dcded73f0 Mon Sep 17 00:00:00 2001 From: Chris Bandy Date: Mon, 25 Nov 2024 16:50:47 -0600 Subject: [PATCH] Bump Trivy to v0.57.1 This version includes multiple official database sources. Less throttling, in theory. See: https://github.com/aquasecurity/trivy/releases/tag/v0.57.1 --- .github/actions/trivy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/trivy/action.yaml b/.github/actions/trivy/action.yaml index b69206248..d5d51e044 100644 --- a/.github/actions/trivy/action.yaml +++ b/.github/actions/trivy/action.yaml @@ -19,7 +19,7 @@ inputs: How Trivy should handle its data; one of update or skip. setup: - default: v0.57.0,cache + default: v0.57.1,cache description: >- How to install Trivy; one or more of version, none, or cache.