Skipped per-repository report writes when an output file is specified and emit a single aggregated report after multi-repository scans to preserve full output content in files.

This commit is contained in:
Mick Grove 2026-01-16 12:39:44 -08:00
commit 049294af3d
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ rules:
([a-z0-9]{3,24})(?:\b|[^a-z0-9])
|
# D) Explicit KV labels near 'azure storage/account name' with tight separators
(?i:Account[_.-]?Name|Storage[_.-]?(?:Name))(?:.|\s){0,32}?\b([A-Z0-9]{3,32})\b|([A-A0-9]{3,32})(?i:\.blob\.core\.windows\.net)
(?i:Account[_.-]?Name|Storage[_.-]?(?:Name))(?:.|\s){0,32}?\b([A-Z0-9]{3,32})\b|([A-Z0-9]{3,32})(?i:\.blob\.core\.windows\.net)
)
min_entropy: 2.0
visible: false

View file

@ -915,7 +915,6 @@ fn build_html(json_str: &str, compressed_json_b64: &str) -> String {
const sev = document.createElement('span');
sev.textContent = `Severity: ${model.severity || 'unknown'}`;
sev.textContent = `Severity: ${model.severity || 'unknown'}`;
meta.appendChild(sev);
if (model.fingerprint) {