fix: add warning for long secret names #359

Merged
decentral1se merged 14 commits from rix/abra:add-secret-length-linting into main 2024-04-06 21:41:37 +00:00
Showing only changes of commit 0480235758 - Show all commits

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.",
rix marked this conversation as resolved Outdated

%s/lenght/length/

`%s/lenght/length/`
Outdated
Review

Good spot! fixed now : )

Good spot! fixed now : )
Function: LintSecretLengths,
},
},