anchore / grype-db

Apache License 2.0
31 stars 13 forks source link

feat: grypedb should include last successful run date for each provider #306

Closed asomya closed 2 months ago

asomya commented 2 months ago

grypedb should include last successful run date for each provider. grype db build will write a new file called provider-metadata.json that includes the last successful run date of each provider.

This was originally intended to be implemented in the existing metadata.json however we do have consumers that will depend on no new fields being added (https://github.com/anchore/grype/pull/1846 for more details).

Fixes: #255