-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
34 lines (29 loc) · 723 Bytes
/
config.yaml
File metadata and controls
34 lines (29 loc) · 723 Bytes
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
clouds:
aws:
accounts:
- "123456789012"
- "210987654321"
regions:
- "us-east-1"
- "us-west-2"
role_name: "MultiCloudInventoryRole" # optional, if not set uses default credentials
gcp:
projects:
- "my-gcp-project-1"
- "my-gcp-project-2"
credentials_path: "/path/to/gcp-sa.json" # optional, uses ADC if not set
azure:
subscriptions:
- "sub1-uuid"
- "sub2-uuid"
compliance:
rules_path: "/app/src/compliance/rules.yaml"
reporters:
json:
output_path: "/app/reports/report.json"
slack:
webhook_url: "https://hooks.slack.com/services/xxx/yyy/zzz" # or via env var
channel: "#cloud-alerts"
metrics:
enabled: true
port: 8000