Liam Galvin

Results 52 comments of Liam Galvin

Yep, we've come full circle :recycle:

Hi @ryan-jan this sounds great, a PR would be very welcome!

Hi @xNok - you can find it here: https://github.com/aquasecurity/defsec/blob/master/internal/rules/defsec/lib/defsec.rego It may be worth cloning the defsec repo and pulling in the rego contents of `internal/rules`

To be honest I couldn't remember off the top of my head if there were other required library files. You shouldn't need the `result` function to run it with tfsec,...

As for the vscode extension, I don't think there is atm - @owenrumney can possibly confirm?

This is now fixed upstream in defsec.

This is because tfsec is detecting issues in 3rd-party remote modules, and GitHub doesn't know how to handle these. I'll see if we can add an option to highlight the...

I think we could do this inside the AWS adapters by requesting resource names with both prefixes everywhere. :thinking:

> I think we could do this inside the AWS adapters by requesting resource names with both prefixes everywhere. thinking Turns out this is much more complicated, attribute names/layouts are...

This may be an issue with precommit - what version of Go are you using to build tfsec?