mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
format
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
77ae92e784
commit
c9ec282764
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ func ProcessValidateEngineResponse(policy *v1.ClusterPolicy, validateResponse *r
|
|||
Name: policyRule.Name,
|
||||
Type: "Validation",
|
||||
Message: policyRule.Validation.Message,
|
||||
Status: report.StatusSkip,
|
||||
Status: report.StatusSkip,
|
||||
}
|
||||
violatedRules = append(violatedRules, vruleSkip)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue