Commit 726ce26
committed
fix: recognise grafana_alert_rules in check_evidence_availability (#684)
The key is already in _INVESTIGATED_EVIDENCE_KEYS and emitted by the
_map_grafana_alert_rules mapper, but check_evidence_availability's
has_cloudwatch_evidence OR-chain never probed it. A healthy alert whose
only evidence was grafana_alert_rules fell through to
_handle_insufficient_evidence instead of satisfying the evidence gate.
Same drift-bug class as commit 3dbfb52 (EKS) and open PR #672 (AM/CL/HC).1 parent a3882d4 commit 726ce26
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments