Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ See [governance](docs/governance.md) for how this project is governed,
project technical steering committee (TSC) members, and
[admin](docs/admin.md) for information to web site application administrators.

## Software Bill of Materials (SBOM)

We generate an Software Bill of Materials (SBOM) in SPDX format.
[Here is more information how to get our SPDX SBOMs](docs/sbom.md).

## License

All material in this repository is released under the [MIT license](./LICENSE).
Expand Down
4 changes: 2 additions & 2 deletions docs/sbom.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting a Software Bill of Materials (SBOM)

If you want our Software Bill of Materials (SBOM) in SPDX format,
here is how to get that information.
We generate an Software Bill of Materials (SBOM) in SPDX format.
If you want our SPDX SBOM, here is how to get that information.

## Production and staging SBOMs (per deployment)

Expand Down
Loading