Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jan 17, 2022
1 parent 055a93c commit 0554cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/controllers/apikey_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log"
)

//nolint:gosec (these are not hardcoded credentials -_-)
const apiKeysFinalizerName = "apikeys.k8s.kevingomez.fr/finalizer"

type apiKeyClient interface {
Expand Down

0 comments on commit 0554cf8

Please sign in to comment.