项目作者: S0obi

项目描述 :
Audit your Kubernetes secrets and find weak passwords
高级语言: Go
项目地址: git://github.com/S0obi/k8s-secret-auditor.git
创建时间: 2020-12-07T19:22:19Z
项目社区:https://github.com/S0obi/k8s-secret-auditor

开源协议:GNU General Public License v3.0

下载


k8s-secret-auditor

Quality Gate Status
License: GPL v3

A simple Kubernetes secrets auditor that will help you finding weak passwords.

Installation

For now, you must build k8s-secret-auditor from source :

  1. make build

Binary will be in the _bin directory.

Usage

  1. NAME:
  2. k8s-secret-auditor - Audit Kubernetes secrets
  3. USAGE:
  4. k8s-secret-auditor.exe [global options] command [command options] [arguments...]
  5. COMMANDS:
  6. help, h Shows a list of commands or help for one command
  7. GLOBAL OPTIONS:
  8. --namespace value, -n value, --ns value Audit a specific namespace
  9. --config value, -c value, --conf value Set a specific config file (default: "config.yaml")
  10. --help, -h show help (default: false)