Skip to content

Commit

Permalink
Add UI support for additional benchmarks for GCP and Azure (#2258)
Browse files Browse the repository at this point in the history
add support for additional benchmarks for gcp and azure
  • Loading branch information
manV authored Jul 17, 2024
1 parent b62c89f commit 69e08b4
Showing 1 changed file with 25 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,32 @@ export const complianceType: {
ModelBenchmarkType.Hipaa,
ModelBenchmarkType.Soc2,
ModelBenchmarkType.Gdpr,
ModelBenchmarkType.AwsFoundationalSecurity,
],
gcp: [
ModelBenchmarkType.Cis,
ModelBenchmarkType.Nist,
ModelBenchmarkType.Pci,
ModelBenchmarkType.Hipaa,
],
gcp_org: [
ModelBenchmarkType.Cis,
ModelBenchmarkType.Nist,
ModelBenchmarkType.Pci,
ModelBenchmarkType.Hipaa,
],
azure: [
ModelBenchmarkType.Cis,
ModelBenchmarkType.Nist,
ModelBenchmarkType.Hipaa,
ModelBenchmarkType.Pci,
],
azure_org: [
ModelBenchmarkType.Cis,
ModelBenchmarkType.Nist,
ModelBenchmarkType.Hipaa,
ModelBenchmarkType.Pci,
],
gcp: [ModelBenchmarkType.Cis],
gcp_org: [ModelBenchmarkType.Cis],
azure: [ModelBenchmarkType.Cis, ModelBenchmarkType.Nist, ModelBenchmarkType.Hipaa],
azure_org: [ModelBenchmarkType.Cis, ModelBenchmarkType.Nist, ModelBenchmarkType.Hipaa],
host: [
ModelBenchmarkType.Hipaa,
ModelBenchmarkType.Gdpr,
Expand Down

0 comments on commit 69e08b4

Please sign in to comment.