Add enrichment and SID coverage gates
This commit is contained in:
parent
93ac47dd82
commit
66472134d8
32 changed files with 1623 additions and 31 deletions
|
|
@ -683,9 +683,11 @@ def _cmd_triage(cfg: Config) -> int:
|
|||
if v.suggest:
|
||||
suggestions.add(v.suggest)
|
||||
if suggestions:
|
||||
print("\nTo suppress the false positives, add to your config:")
|
||||
print("\nSuggested TOML after review (Sentinel does not edit config):")
|
||||
for s in sorted(suggestions):
|
||||
print(f" # {s}")
|
||||
for line in s.splitlines():
|
||||
print(f" {line}")
|
||||
print()
|
||||
return 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue