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 812631f commit 8ff7064Copy full SHA for 8ff7064
internal/plugin.go
@@ -716,7 +716,7 @@ func (p *Plugin) applyDefaults(unmarshaledConfig map[string]interface{}) {
716
manifest.PruneObjectBehavior = policy.PruneObjectBehavior
717
}
718
719
- if manifest.Severity == "" && manifest.Severity != "" {
+ if manifest.Severity == "" && policy.Severity != "" {
720
manifest.Severity = policy.Severity
721
722
0 commit comments