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
Starting with the release of version 3.2.427, we are seeing Checkov treat files outside of the path passed to the --external-checks-git flag as if they were checks.
For example, I have a repository structured like this:
Starting with the release of version 3.2.427, we are seeing Checkov treat files outside of the path passed to the
--external-checks-git
flag as if they were checks.For example, I have a repository structured like this:
I then pass
https://github.com/org/repo//rules/runtime
to the--external-checks-git
flag.When run, we get this error:
Expected behavior
Only the files in the
rules/runtime
folder should be loaded and executed as checks.The text was updated successfully, but these errors were encountered: