cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Issue #1928 Save `defaultCmd` and image history for tool version to DB during scanning

Open Wedds opened this issue 4 years ago • 0 comments

This PR is related to issue #1928

History and default command are persistent for a tool image, so they can be saved into DB during security scanning. It allows saving some time for the related requests since information will be retrieved from DB, instead of being parsed from responses of the Docker registry API calls.

Wedds avatar Apr 16 '21 15:04 Wedds