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

Update kubescape version in Big Bang Core example #111

Merged
merged 2 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion examples/big-bang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Because the same cluster will be running both Traefik and Istio, Istio's Virtual
This example adds the `kubescape` binary, which can scan clusters for compliance with the NSA/CISA Kubernetes Hardening Guide

```shell
kubescape scan framework nsa --use-from=/usr/local/bin/kubescape-framework-nsa.json --exceptions=/usr/local/bin/kubescape-exceptions.json --results-locally=true
kubescape scan framework nsa --use-from=/usr/local/bin/kubescape-framework-nsa.json --exceptions=/usr/local/bin/kubescape-exceptions.json
```

## Services
Expand Down
1 change: 0 additions & 1 deletion examples/big-bang/files/kubescape-exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"name": "logging-ek-es-master"
}
},
// This one doesn't work yet
{
"designatorType": "Attributes",
"attributes": {
Expand Down
10 changes: 6 additions & 4 deletions examples/big-bang/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ components:
- name: kubescape
default: true
files:
- source: https://zarf-public.s3-us-gov-west-1.amazonaws.com/kubescape
shasum: 2754848328ce4ca288c8d03bb66a04ada08e326f6621195d28af903ae9d15884
- source: https://github.com/armosec/kubescape/releases/download/v1.0.123/kubescape-ubuntu-latest
shasum: 6645659d0737367a9465f626883e7266eeefe5668e3aca788cbab9d7ce7e10e1
target: "/usr/local/bin/kubescape"
executable: true
- source: https://zarf-public.s3-us-gov-west-1.amazonaws.com/kubescape-nsa
shasum: 25b6dda6ce2ad36bf6a4ea8d1e0ef0c6bda73f9111f4c0d71f260c36a16c6498
- source: https://github.com/armosec/regolibrary/releases/download/v1.0.62/nsa
shasum: bf66e316904b2adb3bc69529ea3fb6bd81229e3e951b6a02157cd31e42efbe58
target: "/usr/local/bin/kubescape-framework-nsa.json"
- source: "files/kubescape-exceptions.json"
target: "/usr/local/bin/kubescape-exceptions.json"

- name: bb-core
required: true
Expand Down