Skip to content

Commit

Permalink
Merge pull request #247 from overmindtech/skip-unmapped-changes
Browse files Browse the repository at this point in the history
Give users the ability to skip unmapped changes
  • Loading branch information
dylanratcliffe authored Aug 14, 2024
2 parents caf8b7e + 2dcd0b5 commit 5f5b304
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ message AccountConfig {
// The blast radius config for this account, this is only required if the
// preset is "CUSTOM"
optional BlastRadiusConfig blastRadius = 1;

// If this is set to true, changes that weren't able to be mapped to real
// infrastructure won't be considered for risk calculations. This usually
// reduces the number low-quality and low-severity risks, and focuses more
// on risks that we have additional context for. If you find that Overmind's
// risks are "too obvious" then this might be a good setting to enable.
bool skipUnmappedChangesForRisks = 3;
}

message GetAccountConfigRequest {}
Expand Down

0 comments on commit 5f5b304

Please sign in to comment.