commit b76c83402890b08161e4aa9bd085e0658b765c16
parent 859983bc8b8dc451c749b94c58c738b15ae8c0e8
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Wed, 7 Jan 2026 20:58:57 +0100
feat(Trivy): bump to 0.68.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Trivy.groovy b/src/Trivy.groovy
@@ -1,7 +1,7 @@
// A class to describe the trivy stages
class Trivy implements Serializable {
private final Script script
- private final String trivyImage = "public.ecr.aws/aquasecurity/trivy:0.66.0"
+ private final String trivyImage = "public.ecr.aws/aquasecurity/trivy:0.68.2"
private final String scanners = "vuln,misconfig,secret,license"
Trivy(Script script) {