cloud-pipeline
cloud-pipeline copied to clipboard
Issue #1928 Save `defaultCmd` and image history for tool version to DB during scanning
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.