Skip to content

Commit bc9a804

Browse files
Edits for blockers
1 parent 789fb0f commit bc9a804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

331331
>[!IMPORTANT]
332-
> Microsoft recommends using a secure crypto signing tool, like [Notation][Notation] 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+
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. This example uses a simple JSON signature for demonstration purposes.
333334

334-
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.
335335

336336
```bash
337337
SBOM_DIGEST=$(oras discover -o json \

0 commit comments

Comments
 (0)