Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 10:15
· 10 commits to main since this release
787576d

Highlights

  • Add CycloneDX as output format for the sbom cmd
    $ docker scout sbom --format cyclonedx REF
    

Bug Fixes / Improvements

  • Support to enable/disable repositories that were enabled via docker scout push or docker scout watch.
  • Use high-to-low sort order for cves summary
    • Before:
      image
    • After:
      image
  • Improve messaging when analysing oci directories without attentions. Only single arch image and multi arch image with attestations are supported. Multi arch image without attestation is not supported.
  • Improve classifiers and sbom scanner:
    • Add classifier for liquibase lpm
    • Add support for buildkit extra sbom scanner args.
    • Add Rakudo Star/MoarVM binary classifier
    • Add binary classifiers for silverpeas utilities
  • Improve reading and caching of attestations with containerd image store.

Contributors

@cdupuis @LaurentGoderre @eunomie @felipecruz91 @dvdksn