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
Running the blow command in a cicd pipeline & Locally, we have a local terraform module e.g. source = "./modules/module" which were conducting checks against. The report output will include the failed checks.
If you add the comments at both the module level & the resource level it wont work. the below ticket explains this identically but looks like its being ignored. Can we look to review and support.
Describe the issue
Running the blow command in a cicd pipeline & Locally, we have a local terraform module e.g.
source = "./modules/module"
which were conducting checks against. The report output will include the failed checks.If you add the comments at both the module level & the resource level it wont work. the below ticket explains this identically but looks like its being ignored. Can we look to review and support.
#5212
checkov -f tfplan.json --repo-root-for-plan-enrichment . --deep-analysis --download-external-modules "true" --compact --summary-position bottom
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: