Commit 95d6dc8
committed
compliance/tests: drop Comment check from valid_image rego rule
The moby/moby v29 SDK (introduced in #48777) changed
image.InspectResponse.Comment from a plain string field to
`json:",omitempty"`. Images built without an explicit comment (e.g.
ubuntu:24.04) now omit the key from JSON, causing has_key to return
false.
This was hidden from the CI because the test skips when it can't connect
to the docker socket, which will happen in our CI env1 parent a3a78ee commit 95d6dc8
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
0 commit comments