What's Changed
-
Reduce
max-age-daysdefault from 30 days to 7 daysThis change reduces the duration that potentially vulnerable stale images are held in cache/ECR to support more frequent supply chain monitoring and patching.
To restore the previous default, set
max-age-days:steps: - command: echo wow plugins: - - seek-oss/docker-ecr-cache#v2.2.1: + - seek-oss/docker-ecr-cache#v3.0.0: + max-age-days: 30
Full Changelog: v2.2.1...v3.0.0