Skip to content

Commit

Permalink
Relax depscan build breaker rule (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian authored Nov 5, 2020
1 parent 42be861 commit 5ac7d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,9 @@ def __hash__(self):
"max_critical": 0,
"max_required_critical": 0,
"max_high": 2,
"max_required_high": 0,
"max_required_high": 2,
"max_medium": 5,
"max_required_medium": 0,
"max_required_medium": 5,
},
}

Expand Down

0 comments on commit 5ac7d2f

Please sign in to comment.