GoogleCloudPlatform / config-validator

Golang library which provides functionality to evaluate GCP resources against Rego-based policies
Apache License 2.0
45 stars 34 forks source link

feat: update to GO 1.19 and gatekeeper effa347 #203

Closed apeabody closed 1 year ago

apeabody commented 1 year ago

Updates include:

go test ./...
?       github.com/GoogleCloudPlatform/config-validator [no test files]
?       github.com/GoogleCloudPlatform/config-validator/cmd/policy-tool [no test files]
?       github.com/GoogleCloudPlatform/config-validator/cmd/policy-tool/debug   [no test files]
?       github.com/GoogleCloudPlatform/config-validator/cmd/policy-tool/lint    [no test files]
?       github.com/GoogleCloudPlatform/config-validator/cmd/server  [no test files]
?       github.com/GoogleCloudPlatform/config-validator/internal/fuzz   [no test files]
?       github.com/GoogleCloudPlatform/config-validator/pkg/api/validator   [no test files]
ok      github.com/GoogleCloudPlatform/config-validator/pkg/asset   0.205s
?       github.com/GoogleCloudPlatform/config-validator/pkg/multierror  [no test files]
?       github.com/GoogleCloudPlatform/config-validator/pkg/targettesting   [no test files]
ok      github.com/GoogleCloudPlatform/config-validator/pkg/gcptarget   0.669s
ok      github.com/GoogleCloudPlatform/config-validator/pkg/gcv 1.688s
ok      github.com/GoogleCloudPlatform/config-validator/pkg/gcv/configs 0.756s
ok      github.com/GoogleCloudPlatform/config-validator/pkg/gcv/oldconfigs  0.723s
ok      github.com/GoogleCloudPlatform/config-validator/pkg/tftarget    0.375s
apeabody commented 1 year ago

FYI @chethangowda89