Skip to content

Commit

Permalink
Merge pull request #2264 from opengovern/fix_add_github_configs
Browse files Browse the repository at this point in the history
feat: added new configs for new resources
  • Loading branch information
mohamadch91 authored Dec 17, 2024
2 parents f67efaf + 0283769 commit 95c11d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var TablesToResourceTypes = map[string]string{
"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 Down Expand Up @@ -92,4 +93,5 @@ var ResourceTypesList = []string{
"Github/Package/RubyGems",
"Github/Package/Nuget",
"Github/Package/Version",
"Github/ArtifactDockerFile",
}

0 comments on commit 95c11d8

Please sign in to comment.