You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI vulnerability checks are extremely slow because each scan is building a new docker image, leading to 6+ minutes to run scans. Sharing a docker image between jobs would alleviate this and only need one build.
Options to investigate:
actions/cache (very fast)
artifact upload and download (slow)
ECR push and pull (slow)
Consider migrating back to Platform
Acceptance criteria
Update vulnerability checks to share docker image, hopefully quickly
The text was updated successfully, but these errors were encountered:
Summary
CI vulnerability checks are extremely slow because each scan is building a new docker image, leading to 6+ minutes to run scans. Sharing a docker image between jobs would alleviate this and only need one build.
Options to investigate:
Consider migrating back to Platform
Acceptance criteria
The text was updated successfully, but these errors were encountered: