Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.02 KB

README.md

File metadata and controls

41 lines (26 loc) · 2.02 KB

Coverage Status Go Report Card

Cloudbeat

Cloudbeat analyzes cloud assets for security compliance and sends findings to Elasticsearch as part of the Cloud Security Posture plugin in Kibana.

Getting Started

To get started with Cloud Security Posture on your cluster, see our documentation.


Deployment

In order to run Cloudbeat, you need to have Elastic Stack (Elasticsearch, Kibana, etc) running (locally/cloud). See ELK Deployment options

After deploying your Elastic Stack, you can deploy Cloudbeat. See Cloudbeat Deployment options

Devs Prerequisites

We use Hermit to keep all our tooling in check. See our README for more details.

Install it with the following commands:

curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash
. ./bin/activate-hermit

Note This will download and install hermit into ~/bin. You should add this to your $PATH if it isn't already. It is also recommended to add hermit's shell integration

Note Are you a developer/contributor or just looking for more information check out our dev docs