Skip to content

Commit

Permalink
Merge pull request #31 from deggja/homebrew
Browse files Browse the repository at this point in the history
feat: update homebrew
  • Loading branch information
deggja committed Dec 9, 2023
2 parents 66015e3 + 3352d77 commit 98edbc8
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 98edbc8

Please sign in to comment.