Commit 60da68a
fix: disable buildx binary cache in release workflow to mitigate cache poisoning (#2572)
Explicitly set `cache-binary: false` on docker/setup-buildx-action in
the publish-docker job to prevent potential cache poisoning attacks where
a compromised buildx binary could affect Docker image builds pushed to
the Elastic container registry.
Ref: elastic/observability-robots#3264
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 03fb372 commit 60da68a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments