kubewarden / sysctl-psp-policy

A Kubewarden policy that controls usage of sysctls
https://kubewarden.io
Apache License 2.0
2 stars 3 forks source link

Fix linter issue. #20

Closed jvanz closed 1 year ago

jvanz commented 1 year ago

Description

Fix an issue reported by the golang linter in the test file.

Test

docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.52.1 golangci-lint run -v
jvanz commented 1 year ago

As a very simple change and all CI green, I'm merging it with no reviews