Skip to content

Commit

Permalink
fix: fixed steampipe plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaBP committed Dec 18, 2024
1 parent 812fb75 commit 4aec2d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 155 deletions.
101 changes: 0 additions & 101 deletions steampipe-plugin-github/github/community_profile_utils.go

This file was deleted.

7 changes: 0 additions & 7 deletions steampipe-plugin-github/github/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ func Plugin(ctx context.Context) *plugin.Plugin {
"github_branch_protection": tableGitHubBranchProtection(),
"github_code_owner": tableGitHubCodeOwner(),
"github_commit": tableGitHubCommit(),
"github_community_profile": tableGitHubCommunityProfile(),
"github_gitignore": tableGitHubGitignore(),
"github_issue": tableGitHubIssue(),
"github_license": tableGitHubLicense(),
"github_organization": tableGitHubOrganization(),
Expand All @@ -50,22 +48,17 @@ func Plugin(ctx context.Context) *plugin.Plugin {
"github_repository_ruleset": tableGitHubRepositoryRuleset(),
"github_repository_sbom": tableGitHubRepositorySbom(),
"github_repository_vulnerability_alert": tableGitHubRepositoryVulnerabilityAlert(),
"github_stargazer": tableGitHubStargazer(),
"github_tag": tableGitHubTag(),
"github_team": tableGitHubTeam(),
"github_team_member": tableGitHubTeamMember(),
"github_team_repository": tableGitHubTeamRepository(),
"github_traffic_view_daily": tableGitHubTrafficViewDaily(),
"github_traffic_view_weekly": tableGitHubTrafficViewWeekly(),
"github_tree": tableGitHubTree(),
"github_user": tableGitHubUser(),
"github_workflow": tableGitHubWorkflow(),
"github_container_package": tableGitHubContainerPackage(),
"github_maven_package": tableGitHubMavenPackage(),
"github_npm_package": tableGitHubNPMPackage(),
"github_nuget_package": tableGitHubNugetPackage(),
"github_ruby_gems_package": tableGitHubRubyGemsPackage(),
"github_package_version": tableGitHubPackageVersion(),
"github_artifact_dockerfile": tableGitHubArtifactDockerFile(),
},
}
Expand Down
47 changes: 0 additions & 47 deletions steampipe-plugin-github/github/stargazer_utils.go

This file was deleted.

0 comments on commit 4aec2d6

Please sign in to comment.