fix: use unique rule number & wording [ci skip]
This commit is contained in:
parent
a4de446f58
commit
004cd70aed
@ -116,10 +116,10 @@ var LintRules = map[string][]LintRule{
|
|||||||
Function: LintHasRecipeRepo,
|
Function: LintHasRecipeRepo,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Ref: "R014",
|
Ref: "R015",
|
||||||
Level: "warn",
|
Level: "warn",
|
||||||
Description: "Long secret names",
|
Description: "long secret names",
|
||||||
HowToResolve: "Reduce the length of secret names to 12 characters.",
|
HowToResolve: "reduce length of secret names to 12 chars",
|
||||||
Function: LintSecretLengths,
|
Function: LintSecretLengths,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user