Merge pull request #18879 from wedge-jarrad/sbom-provenance-copy-pasta

Fix typo: s/provenance/sbom/
This commit is contained in:
David Karlsson 2023-12-08 08:18:27 +01:00 committed by GitHub
commit 019a9f79d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ final image as a JSON-encoded SPDX document, using the format defined by the
## Create SBOM attestations
To create a provenance attestation, pass the `--attest type=sbom` option to the
To create an SBOM attestation, pass the `--attest type=sbom` option to the
`docker buildx build` command:
```console