gardener / diki

Diki is a compliance checker that aims to enhance the security posture of your Kubernetes clusters.
Apache License 2.0
7 stars 8 forks source link

Simplify some code #341

Closed dimityrmirchev closed 2 weeks ago

dimityrmirchev commented 2 weeks ago

What this PR does / why we need it:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

The function "pkg/rule.SingleCheckResult" was removed. Use "pkg/rule.Result" instead.