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(parser): Added terraform functions on terraform parser #3887

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

felipe-avelar
Copy link
Contributor

Signed-off-by: Felipe Avelar [email protected]

Proposed Changes

  • Parser evaluates standard functions from terraform;
  • The list of functions that are evaluated can be found on pkg/parser/terraform/functions/default.go. This list only includes functions from terraform stdlib;

I submit this contribution under the Apache-2.0 license.

- Parser evaluates standard functions from terraform
- The list of functions that are evaluated can be found on `pkg/parser/terraform/functions/default.go`. This list only includes functions from terraform stdlib

Signed-off-by: Felipe Avelar <[email protected]>
@felipe-avelar felipe-avelar added feature New feature terraform Terraform query go Pull requests that update Go code labels Jul 19, 2021
@felipe-avelar felipe-avelar added this to the Core Engineering milestone Jul 19, 2021
@felipe-avelar felipe-avelar self-assigned this Jul 19, 2021
@kicsbot
Copy link
Contributor

kicsbot commented Jul 19, 2021

Scan submitted to Checkmarx

@kicsbot
Copy link
Contributor

kicsbot commented Jul 19, 2021

Logo
Checkmarx SAST - Scan Summary & Details

Cx-SAST Summary

Total of 0 vulnerabilities
High 0 High
Medium 0 Medium
Low 0 Low
Info 0 Info

Violation Summary

No policy violation found

Copy link
Collaborator

@joaoReigota1 joaoReigota1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@felipe-avelar
Copy link
Contributor Author

felipe-avelar commented Jul 26, 2021

This PR closes #3751 and #3789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature go Pull requests that update Go code terraform Terraform query
Projects
None yet
4 participants