Skip to content

Commit

Permalink
feat: updated github configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaBP committed Dec 17, 2024
1 parent f435bc5 commit c76bd81
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ var TablesToResourceTypes = map[string]string{
"github_branch": "Github/Branch",
"github_branch_protection": "Github/Branch/Protection",
"github_commit": "Github/Commit",
"github_community_profile": "Github/CommunityProfile",
"github_gitignore": "Github/Gitignore",
"github_issue": "Github/Issue",
"github_license": "Github/License",
"github_organization": "Github/Organization",
Expand All @@ -28,23 +26,19 @@ var TablesToResourceTypes = map[string]string{
"github_repository_ruleset": "Github/Repository/Ruleset",
"github_repository_sbom": "Github/Repository/SBOM",
"github_repository_vulnerability_alert": "Github/Repository/VulnerabilityAlert",
"github_stargazer": "Github/Stargazer",
"github_tag": "Github/Tag",
"github_team": "Github/Team",
"github_team_member": "Github/Team/Member",
"github_team_repository": "Github/Team/Repository",
"github_traffic_view_daily": "Github/Traffic/View/Daily",
"github_traffic_view_weekly": "Github/Traffic/View/Weekly",
"github_tree": "Github/Tree",
"github_user": "Github/User",
"github_workflow": "Github/Workflow",
"github_code_owner": "Github/CodeOwner",
"github_container_package": "Github/Package/Container",
"github_maven_package": "Github/Package/Maven",
"github_npm_package": "Github/Package/NPM",
"github_rubygems_package": "Github/Package/RubyGems",
"github_nuget_package": "Github/Package/Nuget",
"github_package_version": "Github/Package/Version",
"github_artifact_dockerfile": "Github/ArtifactDockerFile",
}

var ResourceTypesList = []string{
Expand All @@ -56,8 +50,6 @@ var ResourceTypesList = []string{
"Github/Branch",
"Github/Branch/Protection",
"Github/Commit",
"Github/CommunityProfile",
"Github/Gitignore",
"Github/Issue",
"Github/License",
"Github/Organization",
Expand All @@ -75,21 +67,17 @@ var ResourceTypesList = []string{
"Github/Repository/Ruleset",
"Github/Repository/SBOM",
"Github/Repository/VulnerabilityAlert",
"Github/Stargazer",
"Github/Tag",
"Github/Team",
"Github/Team/Member",
"Github/Team/Repository",
"Github/Traffic/View/Daily",
"Github/Traffic/View/Weekly",
"Github/Tree",
"Github/User",
"Github/Workflow",
"Github/CodeOwner",
"Github/Package/Container",
"Github/Package/Maven",
"Github/Package/NPM",
"Github/Package/RubyGems",
"Github/Package/Nuget",
"Github/Package/Version",
"Github/ArtifactDockerFile",
}

0 comments on commit c76bd81

Please sign in to comment.