Commit 2276a73
Fix release cosign install + incident-recorder race condition
- Add cosign install step to release provenance job (was missing,
caused 'command not found')
- Fix data race in TestCreateIncident_TriggersContainment: guard
shared freezeCalled bool with sync.Mutex (detected by -race flag)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b292f95 commit 2276a73
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
| 235 | + | |
234 | 236 | | |
| 237 | + | |
235 | 238 | | |
236 | 239 | | |
237 | 240 | | |
| |||
258 | 261 | | |
259 | 262 | | |
260 | 263 | | |
| 264 | + | |
261 | 265 | | |
| 266 | + | |
262 | 267 | | |
0 commit comments