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

Recompiled plugin with steampipe-plugin-sdk v1.8.3 #19

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Jan 12, 2022

Example query results

Results
select
  *
from
  net_connection
where
  address = 'steampipe.io:443'
+----------+------------------+-----------+--------+---------------------+-----------------+
| protocol | address          | connected | error  | local_address       | remote_address  |
+----------+------------------+-----------+--------+---------------------+-----------------+
| tcp      | steampipe.io:443 | true      | <null> | 192.168.0.105:56328 | 76.76.21.21:443 |
+----------+------------------+-----------+--------+---------------------+-----------------+

@misraved misraved self-assigned this Jan 12, 2022
Copy link

@rajlearner17 rajlearner17 left a comment

Choose a reason for hiding this comment

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

LGTM

@misraved misraved merged commit d69b2ea into main Jan 12, 2022
@misraved misraved deleted the update-steampipe-sdk-183 branch January 12, 2022 12:55
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.

2 participants