Commit 277e7cd
committed
chore(docker): Silence hadolint DL3064 false positives
`ARG GITHUB_TOKEN` and `ENV INFRACOST_API_KEY` both have empty
defaults; the real values are supplied externally (--build-arg /
-e), never hardcoded. DL3064 can't tell that from the variable name
alone, so it flags both as "potentially sensitive data".
Assisted-by: Sisyphus:claude-sonnet-5 opencode1 parent 7892df6 commit 277e7cd
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
| 160 | + | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
| |||
0 commit comments