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
16 changes: 10 additions & 6 deletions tools/cyclonedx_for_erlang_elixir_mix_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"specVersion": "2.0",
"tool": {
"name": "CycloneDX for Erlang/Elixir (Mix)",
"publisher": "Bram Verburg",
"description": "Mix task that generates CycloneDX SBOMs for Erlang/Elixir projects, exporting XML or JSON and supporting multiple CycloneDX schema versions.",
"repository_url": "https://github.com/voltone/sbom",
Comment thread
jkowalleck marked this conversation as resolved.
"publisher": "Erlang Ecosystem Foundation",
"description": "Mix task that generates CycloneDX SBOMs for Erlang/Elixir projects, exporting XML or JSON and supporting CycloneDX schema versions 1.3 through 1.7.",
"repository_url": "https://github.com/erlef/mix_sbom",
"website_url": "https://hex.pm/packages/sbom",
"capabilities": [
"SBOM"
],
"availability": [
"OPEN_SOURCE"
"OPEN_SOURCE",
"OSI_APPROVED"
],
"functions": [
"AUTHOR",
Expand All @@ -26,6 +27,7 @@
],
"packaging": [
"COMMAND_LINE_UTILITY",
"GITHUB_ACTION",
"LIBRARY"
],
"platform": [
Expand All @@ -42,9 +44,11 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.7",
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.5",
"CYCLONEDX_V1.4",
"CYCLONEDX_V1.3",
"CYCLONEDX_V1.2"
"CYCLONEDX_V1.3"
],
"supportedLanguages": [
"ERLANG_ELIXIR"
Expand Down
11 changes: 6 additions & 5 deletions tools/cyclonedx_for_erlang_elixir_rebar3_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"specVersion": "2.0",
"tool": {
"name": "CycloneDX for Erlang/Elixir (Rebar3)",
"publisher": "Bram Verburg",
"description": "Rebar3 plug-in that generates CycloneDX SBOMs for Erlang/Elixir projects, exporting XML or JSON and supporting CycloneDX v1.4.",
"repository_url": "https://github.com/voltone/rebar3_sbom",
Comment thread
jkowalleck marked this conversation as resolved.
"publisher": "Erlang Ecosystem Foundation",
"description": "Rebar3 plug-in that generates CycloneDX SBOMs for Erlang/Elixir projects, exporting XML or JSON and supporting CycloneDX v1.6.",
"repository_url": "https://github.com/erlef/rebar3_sbom",
"website_url": "https://hex.pm/packages/rebar3_sbom",
"capabilities": [
"SBOM"
],
"availability": [
"OPEN_SOURCE"
"OPEN_SOURCE",
"OSI_APPROVED"
],
"functions": [
"AUTHOR",
Expand Down Expand Up @@ -42,7 +43,7 @@
"PACKAGE_URL"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.4"
"CYCLONEDX_V1.6"
],
"supportedLanguages": [
"ERLANG_ELIXIR"
Expand Down
Loading