turbot / steampipe-plugin-rss

Use SQL to instantly query RSS channels and Atom Feeds. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/rss
Apache License 2.0
11 stars 2 forks source link

Recompile plugin with steampipe-plugin-sdk v3.3.2 #23

Closed misraved closed 2 years ago

misraved commented 2 years ago
select
  title,
  link,
  description
from
  rss_item
where
  feed_link = 'https://steampipe.io/blog/feed.xml';
+--------------------------------------------------------------------------------------+---------------------------------------------------------------------------------+--------------------------------------------------------------------
| title                                                                                | link                                                                            | description                                                        
+--------------------------------------------------------------------------------------+---------------------------------------------------------------------------------+--------------------------------------------------------------------
| v0.15.0: Improved usability, telemetry, 9 new plugins                                | https://steampipe.io/blog/release-0-15-0                                        | Discover the great new features in Steampipe's open source v0.15.0 
| Shift Left Join: Where are those IP addresses coming from?                           | https://steampipe.io/blog/enriched-ip-logs                                      | Enrich VPC FLow Logs with geographic locations from ipstack.       
| Gruntwork partners with Steampipe to deliver continuous compliance as a service      | https://steampipe.io/blog/gruntwork                                             | Steampipe’s openness and support for AWS CIS v1.4.0 were key factor
| v0.11.0: Faster startup and composable mods                                          | https://steampipe.io/blog/release-0-11-0                                        | Discover the great new features in Steampipe's open source v0.11.0 
| What's new in the CIS v1.4 benchmark for AWS                                         | https://steampipe.io/blog/cis-v140-aws-benchmark                                | Analysis of the changes in the CIS v1.4 benchmark for AWS          
| v0.5.0: Controls, compliance benchmarks (CIS + PCI + custom) and lots of Hub updates | https://steampipe.io/blog/release-0-5-0                                         | Learn more about the new open source features in Steampipe v0.5.0  
| Top 10 Checks: IAM Credential Report                                                 | https://steampipe.io/blog/aws-iam-credential-report-top-10-checks               | Learn how to generate and check your AWS IAM Credential Report for 
| Using Shodan to test AWS Public IPs                                                  | https://steampipe.io/blog/use-shodan-to-test-aws-public-ip                      | Shift Left Join Security: Threat hunting AWS IPs with Shodan and SQ
| The Hitchhiker's Guide to IAM Policy Wildcards                                       | https://steampipe.io/blog/aws-iam-policy-wildcards-reference                    | A quick reference to AWS IAM wildcard usage.                       
| Analysis of Cloud Provider Market Share – 2021                                       | https://steampipe.io/blog/aws-azure-gcp-where-to-build                          | Using developer interest in infrastructure as code tools to gauge p
| v0.14.0: Benchmark dashboards, Postgres 14, ARM64                                    | https://steampipe.io/blog/release-0-14-0                                        | Discover the great new features in Steampipe's open source v0.14.0 
| New: Caching, Config and Improved Quals Handling                                     | https://steampipe.io/blog/release-0-3-0                                         | Learn more about the v0.3.0 release of the opensource Steampipe CLI
| New! Named Queries, Search Paths and Workspaces                                      | https://steampipe.io/blog/release-0-4-0                                         | Learn more about the v0.4.0 release of the open source Steampipe CL
| Monitor compliance of the AWS CIS 1.15 benchmark.                                    | https://steampipe.io/blog/aws-cis-1-15-ensure-iam-users-have-group-permissions  | Ensure IAM users only receive permissions via groups.