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
Checkov reports false positives on the public access block check, running in the following env:
terraform 1.0.3
checkov 3.2.38
aws provider 5.84.0
running on a planfile, command is run in CI like so checkov -f plan.json --quiet --config-file /opt/checkov.yaml --external-checks-dir /opt/custom_checks --download-external-modules true --repo-root-for-plan-enrichment .
e.g.
(the checkov config file just enables/disables checks, nothing that would interfere here)
Checkov reports false positives on the public access block check, running in the following env:
1.0.3
3.2.38
5.84.0
checkov -f plan.json --quiet --config-file /opt/checkov.yaml --external-checks-dir /opt/custom_checks --download-external-modules true --repo-root-for-plan-enrichment .
e.g.
w/ module code looking like
The text was updated successfully, but these errors were encountered: