mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-15 00:36:28 +00:00
fix: linter (#8454)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
6a43ec4bcf
commit
33dbdc9c5b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
|
||||
with:
|
||||
version: v1.52.2
|
||||
version: v1.54.2
|
||||
skip-cache: true
|
||||
- name: go fmt check
|
||||
run: make fmt-check
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
const (
|
||||
ExperimentalEnv = "KYVERNO_EXPERIMENTAL"
|
||||
KubectlValidateEnv = "KYVERNO_KUBECTL_VALIDATE"
|
||||
KubectlValidateEnv = "KYVERNO_KUBECTL_VALIDATE" //nolint:gosec
|
||||
)
|
||||
|
||||
func getBool(env string) bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue