We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09880ef commit 62f7f83Copy full SHA for 62f7f83
internal/plugin.go
@@ -714,7 +714,7 @@ func (p *Plugin) applyDefaults(unmarshaledConfig map[string]interface{}) {
714
manifest.PruneObjectBehavior = policy.PruneObjectBehavior
715
}
716
717
- if manifest.Severity == "" && manifest.Severity != "" {
+ if manifest.Severity == "" && policy.Severity != "" {
718
manifest.Severity = policy.Severity
719
720
0 commit comments