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
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Currently, it looks like the remediation doc URLs are stored in https://github.com/fugue/regula/blob/master/rego/remediation.yaml, and because of that, we cannot have remediation doc URL for CUSTOM rules. Would it make more sense to make remediation doc URL a part of a rule metadata? For example, something like this
To be backward compatible, we can still have the remediation doc URLs defined in remediation.yaml. Just treat the value in the rule metadata with higher precedence and fall back to remediation.yaml if it's not there in the metadata. Thoughts on this? I can submit a PR if this sounds like a good idea.