Skip to content

Commit

Permalink
fixing typos in the documentation of SBOM specification (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Jul 30, 2021
1 parent 1e4b330 commit f3cf4a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specs/SBOM_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SBOMs stored in an OCI registry are generally assumed to refer to other objects
This document does not specify how these "links" are created.
A naming convention or the [in-progress OCI `references` API](https://github.com/opencontainers/image-spec/issues/827) are viable options.

This document does not specify how clients should behave When multiple SBOMs are present for an image.
This document does not specify how clients should behave when multiple SBOMs are present for an image.
Clients may list all the SBOMs, or may provide tooling to filter based on SBOM type or scope.

## Overall Layout
Expand Down Expand Up @@ -49,7 +49,7 @@ Here is an example manifest containing one SBOM, in the [SPDX](https://spdx.org)
```

Multiple SBOMs may be attached, using multiple formats.
This example shows two SBOMs, one in the SPDX format and one in the CycloneDX format:
This example shows two SBOMs, one in the SPDX format and one in the [CycloneDX](https://cyclonedx.org) format:

```json
{
Expand Down Expand Up @@ -138,5 +138,5 @@ This scope refers to two layers: `layer=sha256:$DIGEST,layer=sha256:$OTHERDIGEST
## Relationship

While SBOMs typically relate directly to the contents of the object they refer to, in certain circumstances they may instead relate to the object indirectly.
One exmaple here is that the SBOM could describe the environment the object was built in, rather than the contents of the object itself.
This type of relationship will be tracked by this spec somehow, but we're not sure exactly how yet.
One example here is that the SBOM could describe the environment the object was built in, rather than the contents of the object itself.
This type of relationship will be tracked by this spec somehow, but we're not sure exactly how yet.

0 comments on commit f3cf4a2

Please sign in to comment.