Home Explore Blog Models CI



docker

_vendor/github.com/docker/scout-cli/docs/scout_push.md
364ba34f461dddec5e68ba36974d01b4e67d9f6175547eb80000000300000554
# docker scout push

<!---MARKER_GEN_START-->
Push an image or image index to Docker Scout

### Options

| Name             | Type     | Default | Description                                                        |
|:-----------------|:---------|:--------|:-------------------------------------------------------------------|
| `--author`       | `string` |         | Name of the author of the image                                    |
| `--dry-run`      |          |         | Do not push the image but process it                               |
| `--org`          | `string` |         | Namespace of the Docker organization to which image will be pushed |
| `-o`, `--output` | `string` |         | Write the report to a file                                         |
| `--platform`     | `string` |         | Platform of image to be pushed                                     |
| `--sbom`         |          |         | Create and upload SBOMs                                            |
| `--timestamp`    | `string` |         | Timestamp of image or tag creation                                 |


<!---MARKER_GEN_END-->

## Description

The `docker scout push` command lets you push an image or analysis result to Docker Scout.

## Examples

### Push an image to Docker Scout

```console
$ docker scout push --org my-org registry.example.com/repo:tag
```

Chunks
25ff83fe (1st chunk of `_vendor/github.com/docker/scout-cli/docs/scout_push.md`)
Title: docker scout push Command Reference
Summary
The `docker scout push` command pushes an image or image index to Docker Scout. It supports options such as specifying the author, organization, output file, platform, generating SBOMs, and setting a timestamp. It also has a dry-run mode. An example is provided to show how to push an image to Docker Scout using the command.