Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename kubectl scan to kubectl kubesec-scan #25

Merged
merged 1 commit into from
May 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ curl -sL https://github.com/controlplaneio/kubectl-kubesec/releases/download/0.3
Scan a Deployment:

```bash
kubectl scan -n kube-system deployment kubernetes-dashboard
kubectl kubesec-scan -n kube-system deployment kubernetes-dashboard
```

Result:
Expand All @@ -62,7 +62,7 @@ Drop all capabilities and add only those required to reduce syscall attack surfa
Scan a DaemonSet:

```bash
kubectl scan -n weave daemonset weave-scope-agent
kubectl kubesec-scan -n weave daemonset weave-scope-agent
```

Result:
Expand All @@ -84,7 +84,7 @@ Mounting the docker.socket leaks information about other containers and can allo
Scan a StatefulSet:

```bash
kubectl scan statefulset memcached
kubectl kubesec-scan statefulset memcached
```

Result:
Expand All @@ -107,7 +107,7 @@ Run as a high-UID user to avoid conflicts with the host's user table
Scan a Pod:

```bash
kubectl scan -n kube-system pod tiller-deploy-5c688d5f9b-ztjbt
kubectl kubesec-scan -n kube-system pod tiller-deploy-5c688d5f9b-ztjbt
```

Result:
Expand Down