scout-action

Docker Scout GitHub Action

OTHER License

Stars
82
Committers
11

Bot releases are visible (Hide)

scout-action - v1.0.8

Published by cdupuis about 1 year ago

scout-action -

Published by eunomie about 1 year ago

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/[email protected]
  with:
    command: compare
    image: ${{ step.meta.outputs.tags }}
    to-env: staging
    organization: my-docker-org
- uses: docker/[email protected]
  with:
    command: environment
    image: ${{ step.meta.outputs.tags }}
    environment: staging
    organization: my-docker-org

rel: https://github.com/docker/scout-action/issues/14

scout-action -

Published by eunomie about 1 year ago

Environment

Record an image to an environment:

- uses: docker/[email protected]
  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/[email protected]
  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/[email protected]
  with:
    command: compare
    image: my-registy-1.example.com/repository:tag
    to-latest: true
    organization: my-docker-org
scout-action -

Published by eunomie about 1 year ago

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

Environment

Record an image to an environment:

- uses: docker/[email protected]
  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/[email protected]
  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/[email protected]
  with:
    command: compare
    image: my-registy-1.example.com/repository:tag
    to-latest: true
    organization: my-docker-org
scout-action -

Published by cdupuis about 1 year ago

What's Changed

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

Published by cdupuis about 1 year ago

What's Changed

  • Allow docker scout push for local images by @cdupuis
scout-action -

Published by cdupuis about 1 year ago

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

  • @mikeparker made their first contribution
scout-action - v0.20.0

Published by mcapell about 1 year ago

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
scout-action -

Published by cdupuis over 1 year ago

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
scout-action - v0.18.1

Published by cdupuis over 1 year ago

What's Changed

  • Correct type in stream help text by @cdupuis
scout-action -

Published by cdupuis over 1 year ago

What's Changed

  • Add recommendations command to GHA by @mcapell
  • Improve output for cves command in GHA by @eunomie
scout-action -

Published by cdupuis over 1 year ago