fix: add warning for long secret names #359
@ -119,7 +119,7 @@ var LintRules = map[string][]LintRule{
|
|||||||
Ref: "R014",
|
Ref: "R014",
|
||||||
Level: "warn",
|
Level: "warn",
|
||||||
Description: "Long secret names",
|
Description: "Long secret names",
|
||||||
HowToResolve: "Reduce the lenght of secret names to 12 characters.",
|
HowToResolve: "Reduce the length of secret names to 12 characters.",
|
||||||
rix marked this conversation as resolved
Outdated
|
|||||||
Function: LintSecretLengths,
|
Function: LintSecretLengths,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
%s/lenght/length/
Good spot! fixed now : )