Skip to content

Commit

Permalink
fix(deps): update dependency grype to v0.77.1 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
loopingz and renovate-bot authored Apr 29, 2024
1 parent 80df7f7 commit 913c1b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions starlark/grype.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ load("//starlark:utils.bzl", "download_binary")
# https://dl.k8s.io/release/${version}/bin/darwin/arm64/kubectl https://dl.k8s.io/release/${version}/bin/darwin/arm64/kubectl.sha256

_binaries = {
"darwin_amd64": ("https://github.com/anchore/grype/releases/download/v0.77.0/grype_0.77.0_darwin_amd64.tar.gz", "476cd9efadae60086ff810a5f464cc347dc6737dc79560b6d952f3695d255720"),
"darwin_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.0/grype_0.77.0_darwin_arm64.tar.gz", "fde9ce9bc3e03396c53b8220593aee762a8edb51f2990b4b98d0106e53dfabc3"),
"linux_amd64": ("https://github.com/anchore/grype/releases/download/v0.77.0/grype_0.77.0_linux_amd64.tar.gz", "1d0dbeb9c013c9fd3f99913a7e9a2344154bfa9ecfa766c9a972b3b8f8d75481"),
"linux_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.0/grype_0.77.0_linux_arm64.tar.gz", "feecd075ba7dbe6a4b6480032718f5ae35f48b14dea999ee67fd0fe82aeb00da"),
"darwin_amd64": ("https://github.com/anchore/grype/releases/download/v0.77.1/grype_0.77.1_darwin_amd64.tar.gz", "2a58fbb51d6a0654388970c47f817707d9fa8970c054a1d226eff7665f59b8aa"),
"darwin_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.1/grype_0.77.1_darwin_arm64.tar.gz", "d139b65059da0ebfbf6d129929e1745fa78613b71734391a86d1af5975ed31db"),
"linux_amd64": ("https://github.com/anchore/grype/releases/download/v0.77.1/grype_0.77.1_linux_amd64.tar.gz", "f290ff316ded64a9e852f7f84fa2ece439f96656a05dde5084a8e7eaf77befa9"),
"linux_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.1/grype_0.77.1_linux_arm64.tar.gz", "a1efd215d602518dc553540763b483a8dcc12e6c7b8274f12f98fe2d80508cee"),
}

def grype_setup(name = "grype_bin", binaries = _binaries, bin = ""):
Expand Down

0 comments on commit 913c1b5

Please sign in to comment.