chainguard-dev / rumble

Data collection for base image CVEs etc.
Apache License 2.0
3 stars 8 forks source link

Do image build before image scan each day #88

Closed luhring closed 1 year ago

luhring commented 1 year ago

Currently, the daily image build is happening 1 hour after the daily image scan — so improvements to scanning that would be incorporated in an image build take 23 hours to show up in scan data, when they could otherwise show in the data much faster.

This PR adjusts the daily image build schedule to happen 2 hours before the daily scan each day.