Replies: 3 comments 1 reply
-
Hi @l3112 👋 Might be better to ask in a Trivy channel for the bits that are Trivy specific, but as for the Rego, you have multiple package declarations — one on line 11 and one on 28. That's not valid in Rego, and the result of evaluation is a parse error:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Whoops -- one of those packages was a demo I should have removed. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not yet!
Sent from Yahoo Mail on Android
On Thu, May 25, 2023 at 3:13 AM, Anders ***@***.***> wrote:
Does it work now? :)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've made a rego policy, to check for misconfigs in a Terraform code, but Trivy isn't recognizing it. Not sure if it's an issue with my rego or Trivy.
? Do I need user.terraform.ID002?
? Am I calling the wrong elements in my rego code? (ex. should something be resource.aws_s3_bucket)?
Beta Was this translation helpful? Give feedback.
All reactions