Skip to content

Commit

Permalink
feat: update resource list
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 21, 2024
1 parent c73d82d commit dd81af1
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package configs

var TablesToResourceTypes = map[string]string{
"Github/Actions/Artifact": "github_actions_artifact",
"Github/Actions/Repository/Runner": "github_actions_runner",
"Github/Actions/Repository/Secret": "github_actions_secret",
"Github/Actions/Repository/Workflow_run": "github_actions_workflow_run",
"Github/Actions/Artifact": "github_actions_artifact",
"Github/Actions/Runner": "github_actions_runner",
"Github/Actions/Secret": "github_actions_secret",
"Github/Actions/WorkflowRun": "github_actions_workflow_run",
"Github/Blob": "github_blob",
"Github/Branch": "github_branch",
"Github/Branch/Protection": "github_branch_protection",
Expand All @@ -27,7 +27,6 @@ var TablesToResourceTypes = map[string]string{
"Github/Repository/SBOM": "github_repository_sbom",
"Github/Repository/VulnerabilityAlert": "github_repository_vulnerability_alert",
"Github/Tag": "github_tag",
"Github/Team": "github_team",
"Github/Team/Member": "github_team_member",
"Github/Tree": "github_tree",
"Github/User": "github_user",
Expand All @@ -41,9 +40,9 @@ var TablesToResourceTypes = map[string]string{

var ResourceTypesList = []string{
"Github/Actions/Artifact",
"Github/Actions/Repository/Runner",
"Github/Actions/Repository/Secret",
"Github/Actions/Repository/Workflow_run",
"Github/Actions/Runner",
"Github/Actions/Secret",
"Github/Actions/WorkflowRun",
"Github/Blob",
"Github/Branch",
"Github/Branch/Protection",
Expand All @@ -66,7 +65,6 @@ var ResourceTypesList = []string{
"Github/Repository/SBOM",
"Github/Repository/VulnerabilityAlert",
"Github/Tag",
"Github/Team",
"Github/Team/Member",
"Github/Tree",
"Github/User",
Expand Down

0 comments on commit dd81af1

Please sign in to comment.