Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ The keys correspond to resource IDs in `pkg/config/defaults/resources.yaml`. Thi
- ✅ Single environment variable to manage
- ✅ Easy to add new resources (just add to JSON map)

At scan time, Version Guard verifies each configured report's identity, completed
run status, schedule-based freshness, expected row count, and required CSV
columns. A header-only CSV is accepted only when Wiz reports zero results; stale,
truncated, or schema-incompatible output fails that resource's inventory fetch.

**Logging:**

Version Guard uses structured JSON logging via Go's `log/slog` package for production observability:
Expand Down
Loading
Loading