Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 3.22 KB

README.md

File metadata and controls

72 lines (52 loc) · 3.22 KB

Homebrew tools

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

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.

Install

brew install merikan/tools/clair-scanner

gdu-go

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 with gdu in coreutils.
The binary will be installed as gdu-go and I will use an alias in the shell instead alias gdu='gdu-go.

Install

brew install merikan/tools/jsonui

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.

Install

brew install merikan/tools/jsonui

kubeaudit

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.

Install

brew install merikan/tools/kubeaudit

super-hacker

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.

Install

brew install merikan/tools/super-hacker

License

This project is licensed under the terms of the MIT License.