Skip to content

Commit 1990107

Browse files
edits
1 parent bf516c0 commit 1990107

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/container-registry/container-registry-manage-artifact.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,9 @@ oras attach $IMAGE \
329329
#### Sign the SBOM
330330

331331
>[!IMPORTANT]
332-
Microsoft recommends using a secure crypto signing tool, like [Notation][Notaion] to sign the image and generate a signature for signing SBOMs. This example uses a simple JSON signature for demonstration purposes.
332+
> Microsoft recommends using a secure crypto signing tool, like [Notation][Notation] to sign the image and generate a signature for signing SBOMs.
333+
334+
This example uses a simple JSON signature for demonstration purposes.
333335

334336
Artifacts that are pushed as references, typically don't have tags as they're considered part of the `subject` artifact. To push a signature to an artifact that is a child of another artifact, use the `oras discover` with `--artifact-type` filtering to find the digest.
335337

@@ -526,6 +528,6 @@ In this article, you learned how to use Azure Container Registry to store, manag
526528
[azure-cli-install]: /cli/azure/install-azure-cli
527529
[iana-mediatypes]: https://www.rfc-editor.org/rfc/rfc6838
528530
[acr-landing]: https://aka.ms/acr
529-
[Notaion]: /azure/container-registry/container-registry-tutorial-sign-build-push
531+
[Notation]: /azure/container-registry/container-registry-tutorial-sign-build-push
530532

531533

0 commit comments

Comments
 (0)