Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add HCL support #1592

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ianlewis
Copy link
Owner

@ianlewis ianlewis commented Dec 6, 2024

Description:

Add support for Hashicorp Configuration Language (HCL - Terraform, etc.)

Related Issues:

Fixes #1586

Checklist:

  • Review the CONTRIBUTING.md documentation.
  • Add a reference to a related issue in the repository.
  • Add a description of the changes proposed in the pull request.
  • Add unit tests if applicable.
  • Update documentation if applicable.
  • Add a note in the CHANGELOG.md if applicable.
  • Sign the Google CLA.

Signed-off-by: Ian Lewis <[email protected]>
@ianlewis ianlewis linked an issue Dec 6, 2024 that may be closed by this pull request
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.46%. Comparing base (500f911) to head (22d9c33).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1592      +/-   ##
==========================================
+ Coverage   76.24%   76.46%   +0.21%     
==========================================
  Files          17       18       +1     
  Lines        1187     1198      +11     
==========================================
+ Hits          905      916      +11     
  Misses        205      205              
  Partials       77       77              
Files with missing lines Coverage Δ
internal/scanner/languages.go 100.00% <100.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Terraform support
1 participant