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
Hey :)
When a .terraform directory is present, for example in the root level of a directory, and KICS is ran against this repository, the scan freezes / hangs.
Reproduced with KICS 2.0.1 and KICS 2.1.3, using a Mac M1 Pro, happens on an GitHub runners with Ubuntu 22.04 as well
To reproduce, create a .terraform directory (it can be empty), and a .tf file (any content, even "hi")
Run KICS via kics scan --path . or alternatively kics scan --type terraform --path .
Before executing the queries the scan hangs.
Behavior persists even with --exclude-paths=.terraform.
With --verbose and --excldue-paths=.terraform/
The text was updated successfully, but these errors were encountered:
Hey :)
When a
.terraform
directory is present, for example in the root level of a directory, and KICS is ran against this repository, the scan freezes / hangs.Reproduced with KICS 2.0.1 and KICS 2.1.3, using a Mac M1 Pro, happens on an GitHub runners with Ubuntu 22.04 as well
To reproduce, create a
.terraform
directory (it can be empty), and a.tf
file (any content, even "hi")Run KICS via
kics scan --path .
or alternativelykics scan --type terraform --path .
Before executing the queries the scan hangs.
Behavior persists even with
--exclude-paths=.terraform
.With
--verbose
and--excldue-paths=.terraform/
The text was updated successfully, but these errors were encountered: