This is my homebrew tap where I'm brewing some nice tools for easy installation with Homebrew
- clair-scanner - scan Docker containers for vulnerabilities
- gdu-go - fast disk usage analyzer with console interface
- jsonui - interactive JSON explorer on your command line
- kubeaudit - audit your Kubernetes clusters against common security controls
- super-hacker - SuperHacker make you look like a hacker
How to create and update my personal formulas can be found here 👉 Notes to myself
clair-scanner enables scanning local docker images against Clair, a Vulnerability Static Analyzer for Containers.
Jump over to github and read more about clair-scanner and don't forget star the repository
Note: This is not the official Formula from the creator of clair-scanner. It is only for my personal use until Armin Coralic provides a official Formula.
brew install merikan/tools/clair-scanner
gdu is fast disk usage analyzer with console interface Jump over to github and read more about gdu and don't forget star the repository
Note:
This is not the official Formula from the creator of gdu. It is only for my personal use since it is a name clash withgdu
incoreutils
.
The binary will be installed asgdu-go
and I will use an alias in the shell insteadalias gdu='gdu-go
.
brew install merikan/tools/jsonui
jsonui is an interactive JSON explorer on your command line.
Jump over to github and read more about jsonui and don't forget star the repository
Note: This is not the official Formula from the creator of jsonui. It is only for my personal use until Máté provides a official Formula.
brew install merikan/tools/jsonui
kubeaudit helps you audit your Kubernetes clusters against common security controls.
Jump over to github and read more about kubeaudit and don't forget star the repository
Note: This is not the official Formula from the creator of kubeaudit. It is only for my personal use until Shopify provides a official Formula.
brew install merikan/tools/kubeaudit
SuperHacker make you look like a hacker (just for fun).
Jump over to github and read more about super-hacker and don't forget star the repository
Note: This is not the official Formula from the creator of super-hacker. It is only for my personal use until Brian Downs provides a official Formula.
brew install merikan/tools/super-hacker
This project is licensed under the terms of the MIT License.