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

Fixed plugin to correctly non-existent file paths in config file #67

Merged
merged 1 commit into from Oct 3, 2023

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Oct 3, 2023

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
select * from terraform_resource
+---------+----------------+--------+------------------------------------------------------------------------------------------------------------------------------------------------------->
| name    | type           | mode   | arguments                                                                                                                                             >
+---------+----------------+--------+------------------------------------------------------------------------------------------------------------------------------------------------------->
| example | aws_ebs_volume | <null> | {"availability_zone":"us-west-2a","final_snapshot":false,"multi_attach_enabled":null,"outpost_arn":null,"size":40,"tags":{"Name":"HelloWorld","_kics_l>
+---------+----------------+--------+-----------------------------------------------------------------------------------------------------------------------------------------------------

@misraved misraved self-assigned this Oct 3, 2023
@misraved
Copy link
Contributor Author

misraved commented Oct 3, 2023

In this commit we skipped non-existent file paths specified in the config argument, as a result of which even if we had valid file paths, they got skipped as well.

This PR aims at fixing the issue by continuing to validate other file paths specified in the config argument skipping the non-existent ones.

@cbruno10 cbruno10 merged commit 06343d1 into main Oct 3, 2023
1 check passed
@cbruno10 cbruno10 deleted the fix-plan-xonfig-file branch October 3, 2023 14:59
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.

None yet

2 participants