overmindtech / cli

Identify the blast radius and risks for Terraform changes in real time
https://overmind.tech/
Other
166 stars 3 forks source link

Add `get-change --risk-levels` flag to filter risks that get displayed #525

Closed DavidS-ovm closed 2 months ago

DavidS-ovm commented 2 months ago

This allows customers to select which risk severities get displayed in CI.

Log message shows the parsed flag value to verify and audit the selection:

$ go run main.go changes get-change --risk-levels high,medium --uuid ...
...
INFO filtering risks                               risk-levels="medium, high"