Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 501 Bytes

kubescape.md

File metadata and controls

31 lines (20 loc) · 501 Bytes

Scanning With Kubescape

TODO: Intro

Setup

curl -s \
    https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh \
    | /bin/bash

sudo mv ~/.kubescape/bin/kubescape /usr/local/bin/.

Do

kubescape scan

kubescape scan framework mitre

kubescape scan image \
    index.docker.io/vfarcic/cncf-demo:v0.0.1

kubescape scan workload deployment/cncf-demo \
    --namespace production

Continue The Adventure