Skip to content

Commit 91c0539

Browse files
authored
PR feedback (#20)
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent 5240cda commit 91c0539

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

artifact.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OCI Artifact Manifest Specification
22

3-
The goal of the Artifact Manifest Specification is to define content addressable artifacts in order to store them along side container images in a registry. Like [OCI Images](manifest.md), OCI Artifacts may be referenced by the hash of their manifest. Unlike OCI Images, OCI Artifacts are not meant to be used by any container runtime.
3+
The goal of the Artifact Manifest Specification is to define content addressable artifacts in order to store them along side container images in a registry.
4+
Like [OCI Images](manifest.md), OCI Artifacts may be referenced by the hash of their manifest.
5+
Unlike OCI Images, OCI Artifacts are not meant to be used by any container runtime.
46

57
Examples of artifacts that may be stored along with container images are Software Bill of Materials (SBOM), Digital Signatures, Provenance data, Supply Chain Attestations, scan results, and Helm charts.
68

descriptor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The _algorithm_ specifies the cryptographic hash function and encoding used for
7777

7878
A digest string MUST match the following [grammar](considerations.md#ebnf):
7979

80-
```text
80+
```ebnf
8181
digest ::= algorithm ":" encoded
8282
algorithm ::= algorithm-component (algorithm-separator algorithm-component)*
8383
algorithm-component ::= [a-z0-9]+

0 commit comments

Comments
 (0)