Fix typo.
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Rich M 2023-10-01 11:53:45 +01:00
parent 6bdec1ccd0
commit 30387cbb1b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ var LintRules = map[string][]LintRule{
Ref: "R014",
Level: "warn",
Description: "Long secret names",
HowToResolve: "Reduce the lenght of secret names to 12 characters.",
HowToResolve: "Reduce the length of secret names to 12 characters.",
Function: LintSecretLengths,
},
},