Skip to content

Commit

Permalink
docs: update scan to kubesec-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimino authored May 5, 2020
1 parent 05f9e98 commit a1e9d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1e9d5b

Please sign in to comment.