From 7cc8d65d8e937520fed16afe8a8911b26c7fd440 Mon Sep 17 00:00:00 2001 From: CoderDeltaLan Date: Sat, 13 Sep 2025 10:35:58 +0100 Subject: [PATCH] chore(examples): add sample_apv.empty.json (0 findings) --- examples/sample_apv.empty.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/sample_apv.empty.json diff --git a/examples/sample_apv.empty.json b/examples/sample_apv.empty.json new file mode 100644 index 0000000..92be534 --- /dev/null +++ b/examples/sample_apv.empty.json @@ -0,0 +1,9 @@ +{ + "total": 0, + "by_severity": { + "critical": 0, "high": 0, "medium": 0, "low": 0, "info": 0, + "CRITICAL": 0, "HIGH": 0, "MEDIUM": 0, "LOW": 0, "INFO": 0 + }, + "worst": "INFO", + "risk_level": "green" +}