advanced-security / codeql-extractor-iac

CodeQL Extractor, Library, and Queries for Infrastructure as Code
MIT License
38 stars 5 forks source link

[Bug]: Scanning non-TF files #133

Open GeekMasher opened 6 months ago

GeekMasher commented 6 months ago

What happened?

Currently, if you do not have a single TF file in your code base (scanning Helm Charts or something) the extractor will return a "you haven't scanned a single line of code".

This can be fixed by creating a single .tf file but this is not a great solution.

Version

0.1.0

Relevant log output

No response