|
2 | 2 | title: Source SBoM |
3 | 3 | area: Supply Chain |
4 | 4 | status: In Progress |
5 | | -funding_required: false |
| 5 | +funding_required: true |
6 | 6 | supporters: |
7 | 7 | - To Be Announced |
8 | 8 | index: 3 |
@@ -35,18 +35,31 @@ communities. |
35 | 35 |
|
36 | 36 | ## Deliverables |
37 | 37 |
|
38 | | -* Integrations into ORT (mix, rebar3, Gleam) |
39 | | -* Integrations into ScanCode (mix, rebar3, Gleam) |
40 | | -* Build Tools (or plugins for build tools) can generate SBoMs |
41 | | - - Type: Source, Build, Runtime, & Cryptography |
42 | | - - Formats: SPDX, CycloneDX |
| 38 | +* [X] Integrations into ORT (mix, rebar3, Gleam) |
| 39 | +* [X] Integrations into ScanCode (mix, rebar3, Gleam) |
| 40 | +* [ ] Build Tools (or plugins for build tools) can generate SBoMs |
| 41 | + - [X] Type: Source |
| 42 | + - [ ] Format: SPDX |
| 43 | + - [X] Format: CycloneDX |
43 | 44 | * Core Infrastructure Source SBoM |
44 | | - - Languages (Erlang / Gleam / Elixir) |
45 | | - - Separate Build Tools (rebar3) |
46 | | - - Package Manager (Hex) |
47 | | - - offer Source SBoM |
| 45 | + - [X] Language: Erlang |
| 46 | + - [ ] Language: Gleam |
| 47 | + - [X] Language: Elixir |
| 48 | + - [ ] Build Tools: rebar3 |
| 49 | + - [ ] Package Manager: Hex |
48 | 50 |
|
49 | 51 | ## Relevant Standards |
50 | 52 |
|
51 | 53 | * [SPDX 3.0.1](https://spdx.github.io/spdx-spec/v3.0.1/) |
52 | 54 | * [CycloneDX 1.6](https://ecma-international.org/publications-and-standards/standards/ecma-424/) |
| 55 | + |
| 56 | +## Results |
| 57 | + |
| 58 | +* [mix_sbom](https://github.com/erlef/mix_sbom) |
| 59 | +* [rebar3_sbom](https://github.com/erlef/rebar3_sbom) |
| 60 | +* [ORT Mix Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Mix) |
| 61 | +* [ORT Rebar3 Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Rebar3) |
| 62 | +* [ORT Gleam Plugin](https://oss-review-toolkit.org/ort/docs/plugins/package-managers/Gleam) |
| 63 | +* [Gleam Source Bill of Materials](https://gleam.run/documentation/source-bill-of-materials/) |
| 64 | +* [rebar3 SBoM Plugin](https://www.rebar3.org/docs/configuration/plugins/#software-bill-of-materials-sbom) |
| 65 | +* [Elixir SBoM Documentation](https://hexdocs.pm/elixir/main/sbom.html) |
0 commit comments