File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Comprehensive analysis capabilities for HCL (HashiCorp Configuration Language) files.
3
+ * This library includes AST analysis, resource definitions, security checks, provider-specific
4
+ * functionality, and support for Terraform configurations.
5
+ *
6
+ * The library offers the following main components:
7
+ * - AST nodes and expressions for analyzing HCL syntax and structure
8
+ * - Resource and data source analysis for infrastructure components
9
+ * - Variable, local, and constant value tracking
10
+ * - Provider-specific classes for AWS, Azure, GCP, and other cloud providers
11
+ * - Security analysis for detecting hardcoded secrets and misconfigurations
12
+ * - Terraform-specific functionality for modules, state, and workflows
13
+ */
14
+
1
15
import codeql.Locations
2
16
import codeql.files.FileSystem
3
17
import codeql.hcl.ast.AstNodes
You can’t perform that action at this time.
0 commit comments