Skip to content

Commit

Permalink
chore: bump up kube-hunter v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krol3 committed Oct 19, 2021
1 parent c9165cb commit ddb6488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ configuration settings for common use cases. For example, switch Trivy from
| `scanJob.tolerations` | N/A | JSON representation of the [tolerations] to be applied to the scanner pods so that they can run on nodes with matching taints. Example: `'[{"key":"key1", "operator":"Equal", "value":"value1", "effect":"NoSchedule"}]'` |
| `scanJob.annotations` | N/A | One-line comma-separated representation of the annotations which the user wants the scanner pods to be annotated with. Example: `foo=bar,env=stage` will annotate the scanner pods with the annotations `foo: bar` and `env: stage` |
| `kube-bench.imageRef` | `docker.io/aquasec/kube-bench:0.6.3` | kube-bench image reference |
| `kube-hunter.imageRef` | `docker.io/aquasec/kube-hunter:0.6.1` | kube-hunter image reference |
| `kube-hunter.imageRef` | `docker.io/aquasec/kube-hunter:0.6.3` | kube-hunter image reference |
| `kube-hunter.quick` | `"false"` | Whether to use kube-hunter's "quick" scanning mode (subnet 24). Set to `"true"` to enable. |

!!! tip
Expand Down
2 changes: 1 addition & 1 deletion pkg/starboard/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func GetDefaultConfig() ConfigData {
keyConfigAuditReportsScanner: string(Polaris),

"kube-bench.imageRef": "docker.io/aquasec/kube-bench:0.6.3",
"kube-hunter.imageRef": "docker.io/aquasec/kube-hunter:0.6.1",
"kube-hunter.imageRef": "docker.io/aquasec/kube-hunter:0.6.3",
"kube-hunter.quick": "false",
}
}
Expand Down

0 comments on commit ddb6488

Please sign in to comment.