Skip to content

Commit

Permalink
fix(deps): update dependency grype to v0.78.0 (#156)
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 May 29, 2024
1 parent 6e1a768 commit 9ab82b6
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.4/grype_0.77.4_darwin_amd64.tar.gz", "6c98aae34c83f6c4d04cf7ec8489c3117d71579270353e3ac8bef4c198760e68"),
"darwin_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.4/grype_0.77.4_darwin_arm64.tar.gz", "813abf19e315caa7f41dc4b402fd96f5968a7bb2e36c15e866bf9f17c25b3e59"),
"linux_amd64": ("https://github.com/anchore/grype/releases/download/v0.77.4/grype_0.77.4_linux_amd64.tar.gz", "95afaf6b8f3e805a693a8643d0dd3013c871f21f2614f9ef8ff0b82f245cd129"),
"linux_arm64": ("https://github.com/anchore/grype/releases/download/v0.77.4/grype_0.77.4_linux_arm64.tar.gz", "629e151c5960c32be7784289fa9b0cbe9970f99f4759cc834f82af086aecca0f"),
"darwin_amd64": ("https://github.com/anchore/grype/releases/download/v0.78.0/grype_0.78.0_darwin_amd64.tar.gz", "cb4f335e106532b927dac14d4857b7be2333ec1b8bd2aea82be3f9112bb2728f"),
"darwin_arm64": ("https://github.com/anchore/grype/releases/download/v0.78.0/grype_0.78.0_darwin_arm64.tar.gz", "51249ee801b41272218252af2c72a644a7ef037b0b27d7b0eae3b55361e82cf6"),
"linux_amd64": ("https://github.com/anchore/grype/releases/download/v0.78.0/grype_0.78.0_linux_amd64.tar.gz", "6037fd3763b6112302b98db559bb5390fbb06f0011c0585a4be03ca851daa838"),
"linux_arm64": ("https://github.com/anchore/grype/releases/download/v0.78.0/grype_0.78.0_linux_arm64.tar.gz", "37959446e3868913bfff81c75697c6375297f30f721952ed55a4de0958aa723f"),
}

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

0 comments on commit 9ab82b6

Please sign in to comment.