Skip to content

Commit

Permalink
feat: update homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Dec 9, 2023
1 parent 66015e3 commit 3352d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified backend/netfetch
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/statik/statik.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions netfetch.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Netfetch < Formula
desc "CLI tool to scan for network policies in Kubernetes clusters/namespaces and provide a score based on the amount of untargeted workloads"
homepage "https://github.com/deggja/netfetch"
url "https://github.com/deggja/netfetch/releases/download/0.0.55/netfetch_0.0.55_darwin_amd64.tar.gz"
sha256 "5ca27a17e1c5d89943c9a410b6b7baf460dd3f8ce792be70923ceb2231b4cd66"
url "https://github.com/deggja/netfetch/releases/download/0.0.58/netfetch_0.0.58_darwin_amd64.tar.gz"
sha256 "9f91c073596dd0ec511b28dcf8fc6ebe1b65e8da9310cb2d26a308befe849e65"

def install
bin.install "netfetch"
Expand Down

0 comments on commit 3352d77

Please sign in to comment.