We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1c210 commit fabe0dcCopy full SHA for fabe0dc
frontend/dockerfile/linter/ruleset.go
@@ -134,7 +134,7 @@ var (
134
}
135
RuleSecretsUsedInArgOrEnv = LinterRule[func(string) string]{
136
Name: "SecretsUsedInArgOrEnv",
137
- Description: "Potentially sensitive data should not be used in the ARG or ENV commands",
+ Description: "Sensitive data should not be used in the ARG or ENV commands",
138
URL: "https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/",
139
Format: func(secretKey string) string {
140
return fmt.Sprintf("Secrets should not be used in the ARG or ENV commands (key named %q)", secretKey)
0 commit comments