Merge branch 'master' of ssh://github.com/armosec/kubescape

This commit is contained in:
dwertent
2021-08-12 16:24:09 +03:00
2 changed files with 8 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ jobs:
go-version: 1.16
- name: Build
run: mkdir build && go build -o build/kubescape
run: mkdir build && go mod tidy && go build -o build/kubescape
- name: Chmod
run: chmod +x build/kubescape

View File

@@ -4,3 +4,10 @@ kubescape is a tool for testing Kubernetes clusters against industry accepted se
* NSA hardening for Kubernetes operators [see here](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF)
* MITRE threat matrix for Kubernetes [see here](https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/)
# TL;DR
To get a fast check of the security posture of your Kubernetes cluster run this:
`curl -s https://raw.githubusercontent.com/armosec/kubescape/main/install.sh | /bin/bash`
# Status
[![build](https://github.com/armosec/kubescape/actions/workflows/build.yaml/badge.svg)](https://github.com/armosec/kubescape/actions/workflows/build.yaml)