sam46
Results
5
issues of
sam46
Getting a panic when using the package in [parallel tests](https://pkg.go.dev/testing#T.Parallel): ```golang ... schemaCache := kubeval.NewSchemaCache() config := kubeval.NewDefaultConfig() config.Strict = true config.IgnoreMissingSchemas = true config.Quiet = true kubeval.ValidateWithCache(someYaml, schemaCache, config)...