-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
37 lines (32 loc) · 836 Bytes
/
config.yaml
File metadata and controls
37 lines (32 loc) · 836 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
35
36
# PathShield Configuration File
# AWS Configuration
aws:
profile: "default"
region: "us-east-1"
# Optional: Assume a role for scanning
role_arn: null
# Optional: MFA serial for session token
mfa_serial: null
session_duration: 3600
# Logging Configuration
logging:
level: "INFO" # DEBUG, INFO, WARNING, ERROR
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
file: null # Optional: path to log file
verbose: false
# Output Configuration
output:
format: "cli" # cli, json, sarif, html
output_file: null # Optional: path to output file
verbose: false
# Analysis Configuration
analysis:
services:
- ec2
- lambda
- s3
- kms
- rds
- iam
depth: 3 # Graph traversal depth for escalation path analysis
include_metadata: true # Include detailed metadata in output