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

Update the tables to use the helper function for parsing the repository full name column closes #54 #55

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Sep 13, 2021

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
 select * from github_commit where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "author_date": "2021-03-25 19:38:06",
  "author_login": "cbruno10",
  "comments_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/e0b3a43155f4d328c467132b972f896008e2b140/comments",
  "commit": {
   "author": {
    "date": "2021-03-25T19:38:06Z",
    "email": "cody@turbot.com",
    "name": "Cody Bruno"
   },
   "comment_count": 0,
   "committer": {
    "date": "2021-03-25T19:38:06Z",
    "email": "cody@turbot.com",
    "name": "Cody Bruno"
   },
   "message": "Update registry publish workflow to check for GoReleaser file ending in .yml instead of .yaml",
   "tree": {
    "sha": "84edf100b499dae640c11324ec71904762fb7693"
   },
   "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/git/commits/e0b3a43155f4d328c467132b972f896008e2b140",
   "verification": {
    "reason": "unsigned",
    "verified": false
   }
  },
  "committer_date": "2021-03-25 19:38:06",
  "committer_login": "cbruno10",
  "files": [
   {
    "additions": 1,
    "blob_url": "https://github.com/turbot/steampipe-plugin-github/blob/e0b3a43155f4d328c467132b972f896008e2b140/.github/workflows/registry-publish.yml",
    "changes": 2,
    "contents_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/contents/.github/workflows/registry-publish.yml?ref=e0b3a43155f4d328c467132b972f896008e2b140",
    "deletions": 1,
    "filename": ".github/workflows/registry-publish.yml",
    "patch": "@@ -37,7 +37,7 @@ jobs:\n \n       - name: Exit if goreleaser file is missing\n         run: |\n-          test -f .goreleaser.yaml\n+          test -f .goreleaser.yml\n \n       - name: Set up Go\n         uses: actions/setup-go@v2",
    "raw_url": "https://github.com/turbot/steampipe-plugin-github/raw/e0b3a43155f4d328c467132b972f896008e2b140/.github/workflows/registry-publish.yml",
    "sha": "e81b417d9bc5b91dfdd129d2b131345b09d315bd",
    "status": "modified"
   }
  ],
  "html_url": "https://github.com/turbot/steampipe-plugin-github/commit/e0b3a43155f4d328c467132b972f896008e2b140",
  "message": "Update registry publish workflow to check for GoReleaser file ending in .yml instead of .yaml",
  "node_id": "MDY6Q29tbWl0MzMxNjQ2MzA2OmUwYjNhNDMxNTVmNGQzMjhjNDY3MTMyYjk3MmY4OTYwMDhlMmIxNDA=",
  "parents": [
   {
    "html_url": "https://github.com/turbot/steampipe-plugin-github/commit/4578968c25d2805facb3386632b97c375934efec",
    "sha": "4578968c25d2805facb3386632b97c375934efec",
    "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/4578968c25d2805facb3386632b97c375934efec"
   }
  ],
  "repository_full_name": "turbot/steampipe-plugin-github",
  "sha": "e0b3a43155f4d328c467132b972f896008e2b140",
  "stats": {
   "additions": 1,
   "deletions": 1,
   "total": 2
  },
  "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/e0b3a43155f4d328c467132b972f896008e2b140",
  "verified": false
 }
]

select * from github_commit where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "author_date": "2021-03-25 19:38:06",
  "author_login": "cbruno10",
  "comments_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/e0b3a43155f4d328c467132b972f896008e2b140/comments",
  "commit": {
   "author": {
    "date": "2021-03-25T19:38:06Z",
    "email": "cody@turbot.com",
    "name": "Cody Bruno"
   },
   "comment_count": 0,
   "committer": {
    "date": "2021-03-25T19:38:06Z",
    "email": "cody@turbot.com",
    "name": "Cody Bruno"
   },
   "message": "Update registry publish workflow to check for GoReleaser file ending in .yml instead of .yaml",
   "tree": {
    "sha": "84edf100b499dae640c11324ec71904762fb7693"
   },
   "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/git/commits/e0b3a43155f4d328c467132b972f896008e2b140",
   "verification": {
    "reason": "unsigned",
    "verified": false
   }
  },
  "committer_date": "2021-03-25 19:38:06",
  "committer_login": "cbruno10",
  "files": [
   {
    "additions": 1,
    "blob_url": "https://github.com/turbot/steampipe-plugin-github/blob/e0b3a43155f4d328c467132b972f896008e2b140/.github/workflows/registry-publish.yml",
    "changes": 2,
    "contents_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/contents/.github/workflows/registry-publish.yml?ref=e0b3a43155f4d328c467132b972f896008e2b140",
    "deletions": 1,
    "filename": ".github/workflows/registry-publish.yml",
    "patch": "@@ -37,7 +37,7 @@ jobs:\n \n       - name: Exit if goreleaser file is missing\n         run: |\n-          test -f .goreleaser.yaml\n+          test -f .goreleaser.yml\n \n       - name: Set up Go\n         uses: actions/setup-go@v2",
    "raw_url": "https://github.com/turbot/steampipe-plugin-github/raw/e0b3a43155f4d328c467132b972f896008e2b140/.github/workflows/registry-publish.yml",
    "sha": "e81b417d9bc5b91dfdd129d2b131345b09d315bd",
    "status": "modified"
   }
  ],
  "html_url": "https://github.com/turbot/steampipe-plugin-github/commit/e0b3a43155f4d328c467132b972f896008e2b140",
  "message": "Update registry publish workflow to check for GoReleaser file ending in .yml instead of .yaml",
  "node_id": "MDY6Q29tbWl0MzMxNjQ2MzA2OmUwYjNhNDMxNTVmNGQzMjhjNDY3MTMyYjk3MmY4OTYwMDhlMmIxNDA=",
  "parents": [
   {
    "html_url": "https://github.com/turbot/steampipe-plugin-github/commit/4578968c25d2805facb3386632b97c375934efec",
    "sha": "4578968c25d2805facb3386632b97c375934efec",
    "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/4578968c25d2805facb3386632b97c375934efec"
   }
  ],
  "repository_full_name": "turbot/steampipe-plugin-github",
  "sha": "e0b3a43155f4d328c467132b972f896008e2b140",
  "stats": {
   "additions": 1,
   "deletions": 1,
   "total": 2
  },
  "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/e0b3a43155f4d328c467132b972f896008e2b140",
  "verified": false
 }
]

> select * from github_community_profile where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "code_of_conduct": null,
  "contributing": null,
  "health_percentage": 57,
  "issue_template": null,
  "license": {
   "html_url": "https://github.com/turbot/steampipe-plugin-github/blob/main/LICENSE",
   "key": "apache-2.0",
   "name": "Apache License 2.0",
   "url": "https://api.github.com/licenses/apache-2.0"
  },
  "pull_request_template": {
   "html_url": "https://github.com/turbot/steampipe-plugin-github/blob/main/.github/PULL_REQUEST_TEMPLATE.md",
   "key": null,
   "name": null,
   "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/contents/.github/PULL_REQUEST_TEMPLATE.md"
  },
  "readme": {
   "html_url": "https://github.com/turbot/steampipe-plugin-github/blob/main/README.md",
   "key": null,
   "name": null,
   "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/contents/README.md"
  },
  "repository_full_name": "turbot/steampipe-plugin-github",
  "updated_at": null
 }
]

[
 {
  "assets": [],
  "assets_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/releases/44157489/assets",
  "author_login": "dboeke",
  "body": "",
  "created_at": "2021-06-06 01:24:22",
  "draft": false,
  "html_url": "https://github.com/turbot/steampipe-plugin-github/releases/tag/v0.5.1",
  "id": 44157489,
  "name": "v0.5.1",
  "node_id": "MDc6UmVsZWFzZTQ0MTU3NDg5",
  "prerelease": false,
  "published_at": "2021-06-06 01:25:24",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "tag_name": "v0.5.1",
  "tarball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/tarball/v0.5.1",
  "target_commitish": "main",
  "upload_url": "https://uploads.github.com/repos/turbot/steampipe-plugin-github/releases/44157489/assets{?name,label}",
  "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/releases/44157489",
  "zipball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/zipball/v0.5.1"
 }
]

[
 {
  "assets": [],
  "assets_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/releases/44157489/assets",
  "author_login": "dboeke",
  "body": "",
  "created_at": "2021-06-06 01:24:22",
  "draft": false,
  "html_url": "https://github.com/turbot/steampipe-plugin-github/releases/tag/v0.5.1",
  "id": 44157489,
  "name": "v0.5.1",
  "node_id": "MDc6UmVsZWFzZTQ0MTU3NDg5",
  "prerelease": false,
  "published_at": "2021-06-06 01:25:24",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "tag_name": "v0.5.1",
  "tarball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/tarball/v0.5.1",
  "target_commitish": "main",
  "upload_url": "https://uploads.github.com/repos/turbot/steampipe-plugin-github/releases/44157489/assets{?name,label}",
  "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/releases/44157489",
  "zipball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/zipball/v0.5.1"
 }
]

> select * from github_stargazer where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "repository_full_name": "turbot/steampipe-plugin-github",
  "starred_at": "2021-01-21 19:06:50",
  "user_login": "e-gineer"
 }
]

[
 {
  "repository_full_name": "turbot/steampipe-plugin-github",
  "starred_at": "2021-01-21 19:06:50",
  "user_login": "e-gineer"
 }
]

> select * from github_tag where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "commit_sha": "4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "commit_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "name": "v0.2.0",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "tarball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/tarball/refs/tags/v0.2.0",
  "zipball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/zipball/refs/tags/v0.2.0"
 }
]

 select * from github_tag where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "commit_sha": "4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "commit_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "name": "v0.2.0",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "tarball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/tarball/refs/tags/v0.2.0",
  "zipball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/zipball/refs/tags/v0.2.0"
 }
]

> select * from github_traffic_view_daily where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "count": 18,
  "repository_full_name": "turbot/steampipe-plugin-github",
  "timestamp": "2021-09-10 00:00:00",
  "uniques": 3
 }
]

 select * from github_tag where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "commit_sha": "4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "commit_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/commits/4d05c6efdd391cb7f02c00ac89fd5fcd175c49c1",
  "name": "v0.2.0",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "tarball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/tarball/refs/tags/v0.2.0",
  "zipball_url": "https://api.github.com/repos/turbot/steampipe-plugin-github/zipball/refs/tags/v0.2.0"
 }
]

> select * from github_traffic_view_daily where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "count": 18,
  "repository_full_name": "turbot/steampipe-plugin-github",
  "timestamp": "2021-09-10 00:00:00",
  "uniques": 3
 }
]

> select * from github_traffic_view_weekly where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "count": 11,
  "repository_full_name": "turbot/steampipe-plugin-github",
  "timestamp": "2021-08-30 00:00:00",
  "uniques": 6
 }
]

 select * from github_workflow where repository_full_name='turbot/steampipe-plugin-github' limit 1
[
 {
  "badge_url": "https://github.com/turbot/steampipe-plugin-github/workflows/Sync%20labels/badge.svg",
  "created_at": "2021-03-22 19:28:50",
  "html_url": "https://github.com/turbot/steampipe-plugin-github/blob/main/.github/workflows/sync-labels.yml",
  "id": 7049568,
  "name": "Sync labels",
  "node_id": "MDg6V29ya2Zsb3c3MDQ5NTY4",
  "path": ".github/workflows/sync-labels.yml",
  "repository_full_name": "turbot/steampipe-plugin-github",
  "state": "active",
  "updated_at": "2021-03-22 19:28:50",
  "url": "https://api.github.com/repos/turbot/steampipe-plugin-github/actions/workflows/7049568"
 }
]

@misraved
Copy link
Contributor Author

Example query results:

 select
  name,
  language,
  forks_count,
  stargazers_count
from
  github_my_repository;
[
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe-hub-actions",
  "stargazers_count": 0
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-alicloud",
  "stargazers_count": 5
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-whois",
  "stargazers_count": 6
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-zoom",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "HTML",
  "name": "docs",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "governance-framework",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-gcp-thrifty",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "C",
  "name": "steampipe-postgres-fdw",
  "stargazers_count": 8
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe-utils",
  "stargazers_count": 0
 },
 {
  "forks_count": 2,
  "language": "Go",
  "name": "steampipe-plugin-zendesk",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "hub.steampipe.io",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "aws-sdk-well-architected",
  "stargazers_count": 0
 },
 {
  "forks_count": 16,
  "language": "Go",
  "name": "steampipe-plugin-aws",
  "stargazers_count": 34
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-mod-jira-thrifty",
  "stargazers_count": 0
 },
 {
  "forks_count": 2,
  "language": "HCL",
  "name": "steampipe-mod-github-sherlock",
  "stargazers_count": 18
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-updown",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "errors",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-alicloud-compliance",
  "stargazers_count": 3
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-slack",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-alicloud-thrifty",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-terraform",
  "stargazers_count": 1
 },
 {
  "forks_count": 3,
  "language": "Go",
  "name": "steampipe-plugin-azure",
  "stargazers_count": 10
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "ops",
  "stargazers_count": 0
 },
 {
  "forks_count": 28,
  "language": "Go",
  "name": "steampipe",
  "stargazers_count": 601
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot-mods",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-aws-tags",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "expeditors",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-mod-kubernetes-compliance",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-azure-tags",
  "stargazers_count": 1
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-turbot",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-azuread",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "integration-tests",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Python",
  "name": "ops-account-delete",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-googleworkspace",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-urlscan",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "filter-parser-2",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-pokemon",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-grafana",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "ocl",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "factory",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "log",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-bitbucket",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-oci-thrifty",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "license",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-mod-jira-sherlock",
  "stargazers_count": 0
 },
 {
  "forks_count": 2,
  "language": "Go",
  "name": "steampipe-plugin-equinix",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-linode",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-code",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-rss",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-fastly",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-hackernews",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-cloudflare",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "baselines",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-heroku",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-stripe",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-digitalocean",
  "stargazers_count": 6
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-chaos",
  "stargazers_count": 5
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "fn",
  "stargazers_count": 0
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-finance",
  "stargazers_count": 1
 },
 {
  "forks_count": 2,
  "language": "Go",
  "name": "steampipe-plugin-kubernetes",
  "stargazers_count": 6
 },
 {
  "forks_count": 2,
  "language": "Go",
  "name": "steampipe-plugin-shodan",
  "stargazers_count": 14
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-net",
  "stargazers_count": 2
 },
 {
  "forks_count": 4,
  "language": "Go",
  "name": "steampipe-plugin-github",
  "stargazers_count": 9
 },
 {
  "forks_count": 5,
  "language": "HCL",
  "name": "steampipe-mod-zoom-compliance",
  "stargazers_count": 55
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-jira",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-gitlab",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-azure-compliance",
  "stargazers_count": 8
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-oci",
  "stargazers_count": 9
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "go-kit",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-docker",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-steampipe",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-ipstack",
  "stargazers_count": 4
 },
 {
  "forks_count": 5,
  "language": "Go",
  "name": "steampipe-plugin-gcp",
  "stargazers_count": 8
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-googledirectory",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-virustotal",
  "stargazers_count": 21
 },
 {
  "forks_count": 1,
  "language": "HCL",
  "name": "steampipe-mod-aws-thrifty",
  "stargazers_count": 45
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-office365",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-mod-bitbucket-sherlock",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-ldap",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "api-examples",
  "stargazers_count": 0
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-twitter",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-oci-compliance",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "cli",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "SourcePawn",
  "name": "steampipe-mod-aws-top10",
  "stargazers_count": 1
 },
 {
  "forks_count": 1,
  "language": "Go",
  "name": "steampipe-plugin-okta",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-sdk",
  "stargazers_count": 7
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-abuseipdb",
  "stargazers_count": 2
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-gcp-compliance",
  "stargazers_count": 10
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-mod-googleworkspace-compliance",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot-mods",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-tfe",
  "stargazers_count": 2
 },
 {
  "forks_count": 12,
  "language": "Go",
  "name": "steampipe-plugin-pokemon",
  "stargazers_count": 3
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-digitalocean-thrifty",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-azure-thrifty",
  "stargazers_count": 4
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "steampipe-mod-gcp-labels",
  "stargazers_count": 1
 },
 {
  "forks_count": 8,
  "language": "HCL",
  "name": "steampipe-mod-aws-compliance",
  "stargazers_count": 169
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "go-kit",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "collectives",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": null,
  "name": "steampipe-plugin-splunk",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "aws-sdk",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "C",
  "name": "steampipe-postgres-fdw",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "sdk-test",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "sdk",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "rn",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "sp-cloud-exp",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-zendesk",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "responses",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Python",
  "name": "ops-trimbot",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-provider-aws",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-aws",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "ops-install-automation",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-github",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Python",
  "name": "ops-install-v5",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-rss",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-google",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe-reports",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe-action-semver",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-azure",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-config",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-imap",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "osquery-extensions",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe-docs",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "steampipe.io",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-algolia",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-sdk",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-digitalocean",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-ipstack",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot-core",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-cloud",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-chaos",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-dns",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot-image-builder",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Python",
  "name": "turbot-render-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-slack",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-net",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Makefile",
  "name": "tam",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "terraform-provider-turbot",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "HCL",
  "name": "turbot-operations",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-steampipe",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Python",
  "name": "turbot-scripts",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Makefile",
  "name": "te",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "terraform-provider-turbot-turbothq",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot-public",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-marketplace-ami",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "ui-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "ui",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "ted",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-ami",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "tem",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Makefile",
  "name": "tpm",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "tef",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-ansible-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "CoffeeScript",
  "name": "turbot",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-whois",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Makefile",
  "name": "ten",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-web",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Go",
  "name": "steampipe-plugin-os",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "turbot.com",
  "stargazers_count": 1
 },
 {
  "forks_count": 0,
  "language": "CoffeeScript",
  "name": "turbot-registrar",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-terraform-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "JavaScript",
  "name": "xray",
  "stargazers_count": 0
 },
 {
  "forks_count": 0,
  "language": "Shell",
  "name": "turbot-redis-container",
  "stargazers_count": 0
 },
 {
  "forks_count": 3,
  "language": "JavaScript",
  "name": "turbot-mods",
  "stargazers_count": 6
 }
]

Copy link
Contributor

@bigdatasourav bigdatasourav left a comment

Choose a reason for hiding this comment

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

LGTM

@bigdatasourav bigdatasourav merged commit ab9211b into main Sep 17, 2021
@bigdatasourav bigdatasourav deleted the fix-tables-index-out-of-range branch September 17, 2021 05:46
@bigdatasourav bigdatasourav linked an issue Sep 17, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants