{"id":20617813,"url":"https://github.com/cyclonedx/cyclonedx-linux-generator","last_synced_at":"2025-04-15T11:36:09.235Z","repository":{"id":40292637,"uuid":"369260945","full_name":"CycloneDX/cyclonedx-linux-generator","owner":"CycloneDX","description":"Lockheed Martin developed utility to generate CycloneDX SBOMs for Linux distributions","archived":false,"fork":false,"pushed_at":"2024-05-04T10:47:51.000Z","size":4532,"stargazers_count":46,"open_issues_count":14,"forks_count":15,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T19:37:53.520Z","etag":null,"topics":["bill-of-materials","bom","cyclonedx","linux","owasp","sbom","sbom-generator","software-bill-of-materials"],"latest_commit_sha":null,"homepage":"https://cyclonedx.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CycloneDX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-20T15:48:46.000Z","updated_at":"2025-03-27T20:16:53.000Z","dependencies_parsed_at":"2023-02-08T20:00:44.641Z","dependency_job_id":null,"html_url":"https://github.com/CycloneDX/cyclonedx-linux-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fcyclonedx-linux-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fcyclonedx-linux-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fcyclonedx-linux-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fcyclonedx-linux-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CycloneDX","download_url":"https://codeload.github.com/CycloneDX/cyclonedx-linux-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249061572,"owners_count":21206526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bill-of-materials","bom","cyclonedx","linux","owasp","sbom","sbom-generator","software-bill-of-materials"],"created_at":"2024-11-16T12:06:05.234Z","updated_at":"2025-04-15T11:36:09.217Z","avatar_url":"https://github.com/CycloneDX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/CycloneDX/cyclonedx-linux-generator/workflows/Maven%20CI/badge.svg)](https://github.com/CycloneDX/cyclonedx-linux-generator/actions?workflow=Maven+CI)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cyclonedx.contrib.com.lmco.efoss.unix.sbom/cyclonedx-linux-generator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.cyclonedx.contrib.com.lmco.efoss.unix.sbom/cyclonedx-linux-generator)\n[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)][License]\n[![Website](https://img.shields.io/badge/https://-cyclonedx.org-blue.svg)](https://cyclonedx.org/)\n[![Slack Invite](https://img.shields.io/badge/Slack-Join-blue?logo=slack\u0026labelColor=393939)](https://cyclonedx.org/slack/invite)\n[![Group Discussion](https://img.shields.io/badge/discussion-groups.io-blue.svg)](https://groups.io/g/CycloneDX)\n[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social\u0026label=Follow)](https://twitter.com/CycloneDX_Spec)\n\n\n# cyclonedx-linux-generator\nLockheed Martin developed utility to generate CycloneDX SBOMs for Linux distributions\n\nThis project creates a utility that users can utilize in generating Software Bill of Materials (SBom) file for Unix Operating Systems. It currently will create an SBOM for Alpine, Debian, Centos, Redhat and Ubuntu. \n\nThis utility can also work well with docker containers who runs Alpine(*), Debian, Centos, Redhat or Ubuntu.\n\nNote:  For Alpine you must have bash and java installed to run.\n\n## Prerequisites\n- Open JDK11\n- Apache Maven 3.6.3 or greater installed \n- (Recommended) java IDE Eclipse with Subclipse 4.3.0 plug-in\n- Unix Based Operating System.\n\n## Usage:\n\n### To Build this project into an artifact via maven.\n### Maven Command\n\u003cpre\u003e\n    mvn clean package\n\u003c/pre\u003e\n\n### To Run\nTo run as a standalone java application, you can look at the \"start.sh\" shell script for an example.\nYou can also use the provided \"start.sh\" script as a pass through to the jar.  It assumes all the basic settings.\n\n### Help is available.   \n\u003cpre\u003e\n    ./start.sh -h\n\u003c/pre\u003e\n\n### Help Output shows options for running the SBomCombiner application.\n\u003cpre\u003e\nusage: help\n    -g, --group \u0026lt;arg\u0026gt;     (Optional) Group value to assign to top level component.\n    -h, --help            will print out the command line options.\n    -i, --image \u0026lt;arg\u0026gt;     (Optional) Docker Image file to use as top level component.\n    -n, --name \u0026lt;arg\u0026gt;      (Optional) Name value to assign to top level component.\n    -nc, --no-components  (Optional) Will only campture master component.  Will not include any components in the list of Components.\n     -v, --version \u0026lt;arg\u0026gt;  (Optional) Version value to assign to top level component.\n\u003c/pre\u003e\n\n### Logging\n### Logs\n    \"start.sh\" script will create a directory for the logs (logs).\n    \n### Output\n### bom.xml\n    \"start.sh\" will create a directory (output) for the bom.xml file.  \n\nCopyright \u0026 License\n-------------------\n\nCycloneDX Linux Generator is Copyright (c) Lockheed Martin Corporation. All Rights Reserved.\n\nPermission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [License] file for the full license.\n\n[License]: https://github.com/CycloneDX/cyclonedx-linux-generator/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fcyclonedx-linux-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclonedx%2Fcyclonedx-linux-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fcyclonedx-linux-generator/lists"}