forked from anchore/anchore-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
47 lines (33 loc) · 1.35 KB
/
Copy pathllms.txt
File metadata and controls
47 lines (33 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Anchore Helm Charts
This repository contains Helm charts for deploying Anchore container security software on Kubernetes.
## About
Anchore provides comprehensive container security analysis and vulnerability scanning. This repository includes Helm charts for:
- Anchore Enterprise
- Anchore Engine
- Anchore Admission Controller
- K8s Inventory
- ECS Inventory
- Feeds service
- KAI (Kubernetes Automated Inventory; Replaced by K8s Inventory)
## Repository Structure
- `stable/` - Production-ready Helm charts
- `scripts/` - Build and utility scripts
- Chart testing with GitHub Actions and Helm Chart Testing tool
## Key Charts
- `enterprise/` - Main Anchore Enterprise platform
- `anchore-engine/` - Open source container analysis engine
- `anchore-admission-controller/` - Kubernetes admission controller for policy enforcement
- `k8s-inventory/` - Kubernetes cluster inventory scanning
- `feeds/` - Vulnerability feed service
- `ecs-inventory/` - Amazon Elastic Container Service (ECS) inventory scanning for Anchore
- `kai` - Kubernetes Automated Inventory (replaced by k8s-inventory)
## Installation
Add the Anchore Helm repository:
```bash
helm repo add anchore https://charts.anchore.io
```
## Requirements
- Helm >=3.8
- Kubernetes >=1.23
## Documentation
See individual chart README files for detailed configuration options and deployment instructions.