Migrating misconfiguration checks from Go into Rego #7439
simar7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of our continually improving the Trivy user experience, we've been working on transitioning the existing misconfiguration checks written in Go to Rego. This change offers several advantages:
There is no change required as part of the move from Go to Rego for Trivy users. We've made sure that behind the scenes Trivy continues to operate as it does today.
If you'd like to try out our new checks bundle which contains Rego checks, you can do so today by passing the
--include-deprecated-checks=false --checks-bundle-repository=ghcr.io/aquasecurity/trivy-checks:1
options with any misconfiguration scan starting from Trivy version v0.55.0 and above.The new Rego checks bundle will be made as the default starting in Trivy version v0.56.0.
Beta Was this translation helpful? Give feedback.
All reactions