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

mod_name is empty in introspection results for kubernetes compliance mod #3405

Closed
chandru89new opened this issue May 12, 2023 · 1 comment · Fixed by #3424
Closed

mod_name is empty in introspection results for kubernetes compliance mod #3405

chandru89new opened this issue May 12, 2023 · 1 comment · Fixed by #3424
Assignees
Labels
bug Something isn't working

Comments

@chandru89new
Copy link
Contributor

Describe the bug
When introspecting mod queries for the Kubernetes compliance mod, the mod_name column is empty.

Steampipe version (steampipe -v)
v0.20.0-alpha.9

To reproduce

~ export STEAMPIPE_INTROSPECTION=info
~ 
~ steampipe query "select resource_name, mod_name, title, description, documentation, tags, file_name, start_line_number, end_line_number, source_definition, params, sql from steampipe_query order by resource_name" --output json

Expected behavior
The mod_name column should be the name of the mod that the query belongs to.

Additional context
None.

@chandru89new chandru89new added the bug Something isn't working label May 12, 2023
@chandru89new
Copy link
Contributor Author

cc: @rajlearner17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants