Merge pull request #16951 from pmogan77/fix-link

Fix SBOM Scanning Protocol Link
This commit is contained in:
Justin Chadwell 2023-03-23 12:42:31 +00:00 committed by GitHub
commit 8bba919891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ an open source tool for generating an SBOM.
You can select a different plugin to use with the `generator` option, specifying
an image that implements the
[BuildKit SBOM scanner protocol](https://github.com/moby/buildkit/blob/master/docs/sbom-protocol.md){: target="blank" rel="noopener" }.
[BuildKit SBOM scanner protocol](https://github.com/moby/buildkit/blob/master/docs/attestations/sbom-protocol.md){: target="blank" rel="noopener" }.
```console
$ docker buildx build --attest type=sbom,generator=<image> .