Ezbon Jacob

Results 37 comments of Ezbon Jacob

> I think you just need to reload the page: I've tried reloading and it still didn't show up

@greenlynx does this method break for you? I see in method-1 where I have this plugin create the sqs queue with serverless 2.35. It creates the queue fine, but doesn't...

> Hi! Does the same version of terrascan produces the same output if you run it outside super-linter? So I believe the problem might be with tenable. If you run...

Is there really no answer on how to work around this? I rather not stop validating my terraform with terrascan?

So I'm using superlinter and it seem to be locked to [1.14.0](https://github.com/github/super-linter/blob/main/Dockerfile#L10) I'll open a PR with that repo to use the latest version of terrascan

using the latest 1.15.2 in superlinter. I'm still getting this error. Trying to figure out why its being thrown

@cesar-rodriguez it seems that it might be because superlinter scans each file indivdually like so https://github.com/github/super-linter/blob/1e1f71f145d50ddd3a6e68d49ff3f80a091d9ad4/lib/linter.sh#L968 So for the same example you shared. see below ```bash $ terrascan version version:...

So basically `terrascan scan -i terraform -t all -f main.tf` & `terrascan scan -i terraform` behavior are different when I believe when we use `-f` we shouldn't throw an error.

@cesar-rodriguez is this something we can fix? ^

> > > Hi! Does the same version of terrascan produces the same output if you run it outside super-linter? > > > > > > So I believe the...