-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshadowvendor.yaml.example
More file actions
33 lines (24 loc) · 1.01 KB
/
Copy pathshadowvendor.yaml.example
File metadata and controls
33 lines (24 loc) · 1.01 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
# ShadowVendor Configuration File Example (YAML format)
#
# Copy this file to shadowvendor.yaml and customize for your environment.
# Requires PyYAML: pip install pyyaml
#
# Environment variables (SHADOWVENDOR_*) override config file values.
# Command-line arguments override both config file and environment variables.
shadowvendor:
# Offline mode: Use only local OUI cache, no external API calls
offline: false
# History directory: Where to archive vendor summaries for drift analysis
history_dir: history
# Analyze drift: Run drift analysis after archiving summary
analyze_drift: false
# Site identifier: Site/region tag for SIEM exports and drift metadata
site: DC1
# Environment identifier: Environment tag for SIEM exports
environment: prod
# Change ticket: Change ticket/incident ID for drift correlation
change_ticket: null
# SIEM export: Generate SIEM-friendly CSV/JSONL exports
siem_export: false
# Output directory: Where to write output files
output_dir: output