Home Explore Blog Models CI



docker

_vendor/github.com/docker/scout-cli/docs/scout_attestation.md
ffcc7941b7d81c555bfb2e1aae89fe0d6576993826392d5f000000030000018a
# docker scout attestation

<!---MARKER_GEN_START-->
Manage attestations on image indexes

### Aliases

`docker scout attestation`, `docker scout attest`

### Subcommands

| Name                              | Description              |
|:----------------------------------|:-------------------------|
| [`add`](scout_attestation_add.md) | Add attestation to image |



<!---MARKER_GEN_END-->


Chunks
5600299b (1st chunk of `_vendor/github.com/docker/scout-cli/docs/scout_attestation.md`)
Title: Docker Scout Attestation: Managing Image Attestations
Summary
The `docker scout attestation` command group, also aliased as `docker scout attest`, provides functionalities to manage attestations on image indexes within the Docker Scout ecosystem. This command group serves as a central point for interacting with and manipulating image attestations, enhancing security and traceability. Currently, it includes the `add` subcommand, which specifically focuses on adding attestations to Docker images. These attestations can be used to verify the integrity and authenticity of images, ensuring that they meet certain security or compliance standards. This is particularly useful in regulated environments or when dealing with sensitive data, where verifying the provenance and trustworthiness of container images is paramount. The framework allows for further expansion with additional subcommands to support a comprehensive attestation management workflow.