Skip to content

Commit fabe0dc

Browse files
daghackdvdksn
andauthored
Update frontend/dockerfile/linter/ruleset.go
Co-authored-by: David Karlsson <[email protected]> Signed-off-by: Talon James Bowler <[email protected]>
1 parent ac1c210 commit fabe0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/linter/ruleset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ var (
134134
}
135135
RuleSecretsUsedInArgOrEnv = LinterRule[func(string) string]{
136136
Name: "SecretsUsedInArgOrEnv",
137-
Description: "Potentially sensitive data should not be used in the ARG or ENV commands",
137+
Description: "Sensitive data should not be used in the ARG or ENV commands",
138138
URL: "https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/",
139139
Format: func(secretKey string) string {
140140
return fmt.Sprintf("Secrets should not be used in the ARG or ENV commands (key named %q)", secretKey)

0 commit comments

Comments
 (0)