-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(misconf): Simplify nomenclature for misconfig checks #5609
chore(misconf): Simplify nomenclature for misconfig checks #5609
Comments
for reference: #3620 |
Sounds good. For example, will the policy bundle renamed to the check bundle? |
Sounds reasonable. After all it is a bundle of checks 😄 |
policy is overloaded. rule is not accurate for our use case. check sounds ok to me. but i'm ok with any name we choose as long as it's consistent. |
Same here. We just need consistency. |
Just an update on this: Most of the work is done to be able to do this restructuring, the last step being renaming the We'll do that in the next release of Trivy as renaming a repo can have other consequences (redirection, GHCR bundle etc.) which we need to get right. So it's better to have in the next release of Trivy. |
@simar7 The documentation, cli flags and code still use the term |
That's right. Once we have the |
Today we have a variety of terms to refer to a
check
, namely:All refer to the same concept of
checking
for a misconfiguration. We can simplify this and rename everything as acheck
.This will require an update to both the docs and the code. This applies to both Go and Rego.
The text was updated successfully, but these errors were encountered: