diff --git a/go.mod b/go.mod index 46ecb5e..b928e2b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ckotzbauer/vulnerability-operator go 1.21.4 require ( - github.com/anchore/grype v0.73.3 + github.com/anchore/grype v0.73.4 github.com/anchore/stereoscope v0.0.0-20231117203853-3610f4ef3e83 github.com/anchore/syft v0.98.0 github.com/ckotzbauer/libstandard v0.0.0-20231201034509-640c25cb1a52 diff --git a/go.sum b/go.sum index 90321f4..13adfc1 100644 --- a/go.sum +++ b/go.sum @@ -275,6 +275,8 @@ github.com/anchore/grype v0.73.2 h1:iPEmknZOD3UPEETxHbyNXbZYZ3xQinw/w6BMeArCgwk= github.com/anchore/grype v0.73.2/go.mod h1:RD2DhnOcslK+9ESlMBGrwFr3KpoLLYYz4I5Z/0b6ygI= github.com/anchore/grype v0.73.3 h1:0nu2N75gKuq8ILQvgdwMZRz3OyQTK2qEgOs39cySsvk= github.com/anchore/grype v0.73.3/go.mod h1:VdDivoawHIL61nD/IrKK9YuvpYSQl2/5GfTW2WDEFH0= +github.com/anchore/grype v0.73.4 h1:j8HzRHbXLLZ6U2lmDDRFILd+VZtWbsfg/RYhatRZW9E= +github.com/anchore/grype v0.73.4/go.mod h1:5kJSAsHPoK47DsGZLHHArCfhHVGFGRkCfL2H87GdrdY= github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501 h1:AV7qjwMcM4r8wFhJq3jLRztew3ywIyPTRapl2T1s9o8= github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4= github.com/anchore/stereoscope v0.0.0-20231027135531-5909e353ee88 h1:2fQngWFSfBIUWuMGo6qy+jVTyrMNuY+eL5IkE36oTJo=