fix code scaning alerts —— Incomplete regular expression for hostnames #7691
Annotations
4 errors and 2 warnings
staticcheck:
pkg/common/label.go#L56
should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (S1007)
|
staticcheck
Process completed with exit code 1.
|
lint:
pkg/common/label.go#L56
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
lint
issues found
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/fluid/fluid. Supported file pattern: go.sum
|
build
Restore cache failed: Dependencies file is not found in /home/runner/work/fluid/fluid. Supported file pattern: go.sum
|