Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devops-ia/helm-openbas
Helm chart for Open Breach and Attack Simulation Platform
https://github.com/devops-ia/helm-openbas
charts cyber cybersecurity helm intelligence kubernetes openbas osint security threat-intelligence
Last synced: 3 months ago
JSON representation
Helm chart for Open Breach and Attack Simulation Platform
- Host: GitHub
- URL: https://github.com/devops-ia/helm-openbas
- Owner: devops-ia
- License: mit
- Created: 2024-08-13T07:35:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:29:27.000Z (4 months ago)
- Last Synced: 2024-10-21T10:35:13.638Z (4 months ago)
- Topics: charts, cyber, cybersecurity, helm, intelligence, kubernetes, openbas, osint, security, threat-intelligence
- Language: Smarty
- Homepage: https://devops-ia.github.io/helm-openbas/
- Size: 168 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenBAS Helm Chart
[OpenBAS](https://github.com/OpenBAS-Platform/openbas) is an open source platform allowing organizations to plan, schedule and conduct cyber adversary simulation campaign and tests.
## Usage
Charts are available in:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)### Chart Repository
#### Add repository
```console
helm repo add openbas https://devops-ia.github.io/helm-openbas
helm repo update
```#### Install Helm chart
```console
helm install [RELEASE_NAME] openbas/openbas
```This install all the Kubernetes components associated with the chart and creates the release.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-openbas/pkgs/container/helm-openbas%2Fopenbas).
#### Install Helm chart
```console
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-openbas/openbas --version=[version]
```## OpenBAS chart
Can be found in [openbas chart](charts/openbas).