mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-01-28 16:41:01 +00:00
08574d779f
* chore; bump up Go version to 1.23.4 * chore(ci): set up a timeout for go linter * chore: remove deprecated linter checks * chore: bump up golinter timeout to 10sec * chore: bump up golinter action version to v1.61 * chore: fix linter errors * chore: set up a timeout for golinter in Github action
11 lines
128 B
YAML
11 lines
128 B
YAML
---
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gocyclo
|
|
- gofmt
|
|
- goimports
|
|
- govet
|
|
- misspell
|
|
- typecheck
|