Skip to content

Commit

Permalink
Update kubescape version in Big Bang Core example (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff McCoy <code@jeffm.us>
  • Loading branch information
RothAndrew authored and jeff-mccoy committed Oct 25, 2021
1 parent eae7641 commit b3cfcc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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

0 comments on commit b3cfcc7

Please sign in to comment.