-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dwertent
committed
Dec 21, 2021
1 parent
892f707
commit 5cef4fb
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# homebrew-kubescape | ||
Homebrew for Kubescape | ||
|
||
## Update homebrew-kubescape release | ||
|
||
1. Set URL with the latest version (you must provide a fixed version and not latest) | ||
``` | ||
url "https://github.com/armosec/kubescape/releases/download/<version>/kubescape-macos-latest" | ||
``` | ||
2. Set the executable hash | ||
``` | ||
sha256 "<sha256>" | ||
``` | ||
|
||
Find the sha256 -> | ||
* Download latest release | ||
Make sure you have the right location of the latest release (run `whereis kubescape` and then make sure the version is the latest) | ||
* Get the sha256 -> `sha256sum /home/david/.local/bin/kubescape` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters