Skip to content

Releases: docker/scout-action

v1.0.8

12 Oct 20:00
v1.0.8
914f29b
Compare
Choose a tag to compare

v0.23.4

29 Aug 09:04
Compare
Choose a tag to compare

Fix issue when organization is not set but is needed.

Now the GHA will not panic and will print a message when organization is required. For instance when comparing image to the one of an environment or when recording an image to an environment.

- uses: docker/scout-action@v0.23.2
  with:
    command: compare
    image: ${{ step.meta.outputs.tags }}
    to-env: staging
    organization: my-docker-org
- uses: docker/scout-action@v0.23.2
  with:
    command: environment
    image: ${{ step.meta.outputs.tags }}
    environment: staging
    organization: my-docker-org

rel: #14

v0.23.2

25 Aug 14:36
Compare
Choose a tag to compare

Environment

Record an image to an environment:

- uses: docker/scout-action@v0.23.2
  with:
    command: environment
    image: ${{ step.meta.outputs.tags }}
    environment: staging

Compare to environment

Compare an image to the newest one for a specific environment:

- uses: docker/scout-action@v0.23.2
  with:
    command: compare
    image: ${{ step.meta.outputs.tags }}
    to-env: staging

Namespace of Docker Organization

Indicate the namespace of your Docker organization to match the right data from https://scout.docker.com. For instance when you compare an image not on https://hub.docker.com

- uses: docker/scout-action@v0.23.2
  with:
    command: compare
    image: my-registy-1.example.com/repository:tag
    to-latest: true
    organization: my-docker-org

v0.23.1

24 Aug 13:11
Compare
Choose a tag to compare

please use v0.23.2 or newer that fixes some issues regarding organization flag below.

Previous release notes

Environment

Record an image to an environment:

- uses: docker/scout-action@v0.23.1
  with:
    command: environment
    image: ${{ step.meta.outputs.tags }}
    environment: staging

Compare to environment

Compare an image to the newest one for a specific environment:

- uses: docker/scout-action@v0.23.1
  with:
    command: compare
    image: ${{ step.meta.outputs.tags }}
    to-env: staging

Namespace of Docker Organization

Indicate the namespace of your Docker organization to match the right data from https://scout.docker.com. For instance when you compare an image not on https://hub.docker.com

- uses: docker/scout-action@v0.23.1
  with:
    command: compare
    image: my-registy-1.example.com/repository:tag
    to-latest: true
    organization: my-docker-org

v0.22.2

04 Aug 11:59
Compare
Choose a tag to compare

What's Changed

  • Don't fail docker scout push when base image is unavailable by @cdupuis

v0.21.1

03 Aug 14:41
Compare
Choose a tag to compare

What's Changed

  • Allow docker scout push for local images by @cdupuis

v0.21.0

03 Aug 09:54
v0.21.0
Compare
Choose a tag to compare

What's Changed

  • Add —stream to cves and quickview by @cdupuis
  • Add repo url to version hint by @cdupuis
  • GHA README: Add stream example by @mikeparker

New Contributors

v0.20.0

20 Jul 16:59
Compare
Choose a tag to compare

What's changed

  • Fix error handling with missing/invalid attestation by @cdupuis
  • Use OSC 8 hyperlinks by @cdupuis
  • Support for multi-stage SBOMs by @cdupuis

v0.19.0

13 Jul 17:27
Compare
Choose a tag to compare

What's Changed

  • Lowercase image refs for GitHub Action by @mcapell
  • Fix --exit-code on cves command in GitHub Action by @cdupuis
  • Add push command to upload an image to Docker Scout by @cdupuis
  • Require login for GitHub Action and reject CSP accounts by @cdupuis

v0.18.1

06 Jul 20:40
Compare
Choose a tag to compare

What's Changed

  • Correct type in stream help text by @cdupuis