From b22d36a0e7b907487ecd8db97feae909e7f97a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:33:00 +0000 Subject: [PATCH] build(deps): bump github.com/anchore/grype from 0.80.1 to 0.80.2 Bumps [github.com/anchore/grype](https://github.com/anchore/grype) from 0.80.1 to 0.80.2. - [Release notes](https://github.com/anchore/grype/releases) - [Changelog](https://github.com/anchore/grype/blob/main/.goreleaser.yaml) - [Commits](https://github.com/anchore/grype/compare/v0.80.1...v0.80.2) --- updated-dependencies: - dependency-name: github.com/anchore/grype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8b379b9c..ab20e3c8 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( chainguard.dev/melange v0.12.1 cloud.google.com/go/storage v1.43.0 github.com/adrg/xdg v0.5.0 - github.com/anchore/grype v0.80.1 + github.com/anchore/grype v0.80.2 github.com/anchore/stereoscope v0.0.3 github.com/anchore/syft v1.13.0 github.com/chainguard-dev/clog v1.5.1-0.20240811185937-4c523ae4593f diff --git a/go.sum b/go.sum index bd13a313..d143024a 100644 --- a/go.sum +++ b/go.sum @@ -275,8 +275,8 @@ github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04 h1:VzprUTpc0v github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04/go.mod h1:6dK64g27Qi1qGQZ67gFmBFvEHScy0/C8qhQhNe5B5pQ= github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4 h1:rmZG77uXgE+o2gozGEBoUMpX27lsku+xrMwlmBZJtbg= github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4/go.mod h1:Bkc+JYWjMCF8OyZ340IMSIi2Ebf3uwByOk6ho4wne1E= -github.com/anchore/grype v0.80.1 h1:UpnvdHhZL5nEBhGNYHOdm3v9wdGt1lcl4gErFrcT3bc= -github.com/anchore/grype v0.80.1/go.mod h1:Louf0XvhgWaUluXpVTRk6aVLOdyG0/4/AwG28TOaSaM= +github.com/anchore/grype v0.80.2 h1:/iQFxH5T92bueBnCn/wkr4MAYX7Jd3H+qQ0eib/gZ/Q= +github.com/anchore/grype v0.80.2/go.mod h1:NwocNorrJLiaTyceEVkd5LsoawPKyrJ/V1fb4i/5/IQ= github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f h1:B/E9ixKNCasntpoch61NDaQyGPDXLEJlL+B9B/PbdbA= github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4= github.com/anchore/stereoscope v0.0.3 h1:JRPHySy8S6P+Ff3IDiQ29ap1i8/laUQxDk9K1eFh/2U=