You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, "rules" in catlin are hardcoded in go code. Ideally, we should be able to extend / modify rules based independently of the code. One idea would be to use rego and possibly opa as a library to be able to define rules "dynamically".
Catlin would ship with a default set of rules (embedded)
A user could override or add new rules with a configuration (in the repository, or global)
As of today, "rules" in
catlin
are hardcoded in go code. Ideally, we should be able to extend / modify rules based independently of the code. One idea would be to use rego and possibly opa as a library to be able to define rules "dynamically".See, for example, https://github.com/enterprise-contract/ec-policies/blob/main/policy/lib/bundles.rego
The text was updated successfully, but these errors were encountered: