feat(misconf): Add support for using spec from on-disk bundle #11573
Annotations
5 errors
|
pkg/compliance/spec/compliance.go#L84
paramTypeCombine: func(specNameOrPath string, cacheDir string) (ComplianceSpec, error) could be replaced with func(specNameOrPath, cacheDir string) (ComplianceSpec, error) (gocritic)
|
pkg/compliance/spec/compliance.go#L120
paramTypeCombine: func(cacheDir string, specNameOrPath string) ([]byte, error) could be replaced with func(cacheDir, specNameOrPath string) ([]byte, error) (gocritic)
|
pkg/compliance/spec/compliance.go#L97
ineffectual assignment to b (ineffassign)
|
|
This job failed
Loading