You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using terrascan github action, it seems that some false positive findings are being reported.
One example is Cloudtrail multi-region flag policy. Even though the default value for this setting is set to true in my terraform code, this finding comes up.
Also, duplicate entries for the same finding come up.
Refer belowscreenshot:
Request you to provide some insights about this behaviour or if I'm missing anything here.
Regards,
The text was updated successfully, but these errors were encountered:
Hi @AnkitRao17, would you mind sharing a snippet of the Terraform code that's causing the violation?
In terms of the "duplicate" finding, this is expected behavior as Terrascan recursively scans Terraform templates and module directories by default. If you see the "Module Name" on those findings is different as it was found on the "root" module of your Terraform and also on your "cloudtrail" module/directory.
You can use the non_recursive flag, if you would like to turn off the recursive scan behavior.
Hi Team,
When using terrascan github action, it seems that some false positive findings are being reported.
One example is Cloudtrail multi-region flag policy. Even though the default value for this setting is set to true in my terraform code, this finding comes up.
Also, duplicate entries for the same finding come up.
Refer belowscreenshot:
Request you to provide some insights about this behaviour or if I'm missing anything here.
Regards,
The text was updated successfully, but these errors were encountered: