Closed rajlearner17 closed 3 years ago
Describe the bug Fix example query https://hub-steampipe-io-git-staging-turbot.vercel.app/plugins/turbot/net/tables/net_connection > Test a TCP connection to steampipe.io on port 443
Test a TCP connection to steampipe.io on port 443
The below query is correct in the repo, however, it's rendered differently in hub with the condition as in
in
In .md file
select * from net_connection where protocol = 'tcp' and address = 'steampipe.io:443'
In Hub
select * from net_connection where protocol = 'tcp' and address in 'steampipe.io:443'
Steampipe version (steampipe -v) Example: v0.3.0
steampipe -v
Plugin version (steampipe plugin list) Example: v0.5.0
steampipe plugin list
To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
Already addressed here
Describe the bug Fix example query https://hub-steampipe-io-git-staging-turbot.vercel.app/plugins/turbot/net/tables/net_connection >
Test a TCP connection to steampipe.io on port 443
The below query is correct in the repo, however, it's rendered differently in hub with the condition as
in
In .md file
In Hub
Steampipe version (
steampipe -v
) Example: v0.3.0Plugin version (
steampipe plugin list
) Example: v0.5.0To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.