## Problem / Task
The step 'Attach base image VEX to ee' was missing for the 'ee' build
because of an explicit override setting `dockerbaseimage: distroless`
for recent release branches. This created an inconsistency in security
procedures between different image types.
Requested by: U3P2L4XNE
Slack thread: https://slack.com/archives/C0ATZQCMG58/p1782763844850069
## Changes
- Regenerated workflows from gromit to include the VEX attachment step
for the 'ee' build.
## Testing
- Auto-generated from gromit templates by policy sync.
Co-authored-by: Gromit <policy@gromit>