diff --git a/pkg/lint/recipe.go b/pkg/lint/recipe.go index 72e3b526..2e5c8ffe 100644 --- a/pkg/lint/recipe.go +++ b/pkg/lint/recipe.go @@ -116,10 +116,10 @@ var LintRules = map[string][]LintRule{ Function: LintHasRecipeRepo, }, { - Ref: "R014", + Ref: "R015", Level: "warn", - Description: "Long secret names", - HowToResolve: "Reduce the length of secret names to 12 characters.", + Description: "long secret names", + HowToResolve: "reduce length of secret names to 12 chars", Function: LintSecretLengths, }, },