Skip to content

Commit

Permalink
schemas: exclude ciphertrust (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 3, 2021
1 parent e8740de commit b3a6a09
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions internal/schemas/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,16 @@ func listProviders(tier string) ([]provider, error) {
// registry for registry.terraform.io/jfrog/artifactory: failed to retrieve
// authentication checksums for provider: 404 Not Found
var ignore = map[string]bool{
"Icinga/icinga2": true,
"a10networks/vthunder": true,
"jradtilbrook/buildkite": true,
"HewlettPackard/oneview": true,
"zerotier/zerotier": true,
"nirmata/nirmata": true,
"datastax/astra": true,
"oktadeveloper/okta": true,
"jfrog/artifactory": true,
"Icinga/icinga2": true,
"a10networks/vthunder": true,
"jradtilbrook/buildkite": true,
"HewlettPackard/oneview": true,
"zerotier/zerotier": true,
"nirmata/nirmata": true,
"datastax/astra": true,
"oktadeveloper/okta": true,
"jfrog/artifactory": true,
"ThalesGroup/ciphertrust": true,
}

func filter(providers []provider) (filtered []provider) {
Expand Down

0 comments on commit b3a6a09

Please sign in to comment.