8000 Releases · docker/scout-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: docker/scout-action

v1.6.3

22 Mar 08:46
77a0d18
Compare
Choose a tag to compare

Bug Fixes / Improvements

  • improve package detection to ignore referenced but not installed packages

Contributors

@cdupuis

v1.6.2

22 Mar 08:43
17b3735
Compare
Choose a tag to compare

Bug Fixes / Improvements

  • fix an issue when rendering markdown output using sbom:// prefix

Contributors

@cdupuis @eunomie @felipecruz91

v1.6.1

22 Mar 08:38
777ea8e
Compare
Choose a tag to compare

Highlights

  • Add support for passing in SBOM files in SDPX or in-toto SDPX format
    uses: docker/scout-action@v1
    with:
        command: cves
        image: sbom://alpine.spdx.json
  • Add support for SBOM files in syft-json format
    uses: docker/scout-action@v1
    with:
        command: cves
        image: sbom://alpine.syft.json

Bug Fixes / Improvements

  • Fix panic when indexing single image oci-dir input
  • Improve local attestation support with the containerd image store

Contributors

@cdupuis @eunomie @chrispatrick @felipecruz91 @dvdksn @pnorton5432

v1.5.2

15 Mar 14:34
2662cd5
Compare
Choose a tag to compare

General bug fixes and performance improvements

v1.5.0

16 Feb 14:08
67eb1af
Compare
Choose a tag to compare

Highlights

  • Cache SBOM and attestations using the image index digest if exists
  • Add file hashes/digest when generating SBOMs
  • Upgrade syft to 0.105.0
  • Support local attestations from a containerd image store or OCI export

Bug fixes / Improvements

  • fix reading SBOM for gcr.io/distroless images
  • read distribution in SBOM from attestations

v1.4.1

02 Feb 16:40
Compare
Choose a tag to compare

These notes include changes part of v1.4.0

Highlights

Bug fixes / Improvements

  • Fix platform detection when an image index contains linux/arm64/v8 but the local platform is only linux/arm64
  • Fix display of the base image in case the base image is not indexed by docker scout but defined in the provenance attestation (for private or non Docker Trusted Content base images)
    Affects quickview and recommendations commands
  • Fix panic when an SBOM contains no packages
    Especially when using docker scout to analyse local file system, for instance using docker scout cves fs://.
  • Bump Syft to 102 to fix golang Purl with subpath
  • Add support for subpaths in PURLs
    For instance an image containing both packages github.com/gofiber/template and github.com/gofiber/template/django/v3, previously the two packages were visible under the same github.com/gofiber/template name. Now both of them are correctly identified

v1.3.0

18 Jan 16:31
Compare
Choose a tag to compare
  • Update syft to v0.100.0
  • Support in-toto envelope layer in attestations
  • Improve display of policy results in case of a boolean policy

v1.2.2

06 Dec 10:15
v1.2.2
Compare
Choose a tag to compare

What's Changed

v1.2.0

24 Nov 17:00
Compare
Choose a tag to compare

What's Changed

  • Display configurable policy names by @felipecruz91
  • Add support for writing SDPX and CycloneDx to file by @cdupuis
  • Support ACR in docker scout repo commands by @velll
  • Docs cli reference refresh by @dvdksn

v1.0.9

19 Oct 16:05
4e9ac4d
Compare
Choose a tag to compare
Remove EA note

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
0