From 2e9bc6706fb02c1eaebe09ad3b285cf6b43e56d1 Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Wed, 17 Jul 2024 16:44:46 +0200 Subject: [PATCH] chore: update trivy version (fixes #205) --- gotfparse/go.mod | 2 +- gotfparse/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gotfparse/go.mod b/gotfparse/go.mod index 5ec720c..b234803 100644 --- a/gotfparse/go.mod +++ b/gotfparse/go.mod @@ -74,4 +74,4 @@ require ( google.golang.org/protobuf v1.33.0 // indirect ) -replace github.com/aquasecurity/trivy v0.50.1 => github.com/cloud-custodian/trivy v0.0.0-20240607110140-7d824ace9240 +replace github.com/aquasecurity/trivy v0.50.1 => github.com/cloud-custodian/trivy v0.0.0-20240717135722-15bfb2bfe320 diff --git a/gotfparse/go.sum b/gotfparse/go.sum index 50e80be..fc7a3e0 100644 --- a/gotfparse/go.sum +++ b/gotfparse/go.sum @@ -229,8 +229,8 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloud-custodian/trivy v0.0.0-20240607110140-7d824ace9240 h1:inb+4gL5NdxD8HAlpz77Owce4YzgWPSDXfh09zctmP8= -github.com/cloud-custodian/trivy v0.0.0-20240607110140-7d824ace9240/go.mod h1:J1fAS5qlA63Amg4RP5fF8QsF67xvZC5RPZORsibbQQs= +github.com/cloud-custodian/trivy v0.0.0-20240717135722-15bfb2bfe320 h1:XGyEuV94NVAd8peB5JZWpzfrAgzQFLnrj/D5ofQcHgA= +github.com/cloud-custodian/trivy v0.0.0-20240717135722-15bfb2bfe320/go.mod h1:J1fAS5qlA63Amg4RP5fF8QsF67xvZC5RPZORsibbQQs= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=