Skip to content

v21.5.12

Compare
Choose a tag to compare
@tdruez tdruez released this 12 May 17:45
· 836 commits to main since this release
  • Adds a new way to fetch docker images using skopeo provided as a
    plugin using docker:// reference URL-like pointers to a docker image.
    The syntax is docker:// where is the string
    that would be used in a "docker pull " command.
    Also rename scanpipe.pipes.fetch.download() to fetch_http() #174

  • Pipeline status modals are now loaded asynchronously and available from the
    project list view.

  • Fix an issue accessing codebase resource content using the scan_codebase and
    load_inventory pipelines. #147