{"id":20801902,"url":"https://github.com/philips-software/sbom-tool-installer-action","last_synced_at":"2025-05-07T00:44:59.678Z","repository":{"id":49790803,"uuid":"518082127","full_name":"philips-software/sbom-tool-installer-action","owner":"philips-software","description":"GitHub Action that installs and sets up the Microsoft SBOM Tool.","archived":false,"fork":false,"pushed_at":"2024-04-18T09:48:28.000Z","size":831,"stargazers_count":10,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-01T00:03:31.298Z","etag":null,"topics":["actions","sbom","sbom-tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-07-26T13:54:08.000Z","updated_at":"2023-07-28T14:22:30.000Z","dependencies_parsed_at":"2023-01-11T17:23:07.843Z","dependency_job_id":"9057fef5-2c37-4e0d-9513-ced1e83e3dd9","html_url":"https://github.com/philips-software/sbom-tool-installer-action","commit_stats":{"total_commits":58,"total_committers":5,"mean_commits":11.6,"dds":0.3275862068965517,"last_synced_commit":"6fe3ffa6faa4f70a102b99236f36fcb9520904f6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fsbom-tool-installer-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fsbom-tool-installer-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fsbom-tool-installer-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fsbom-tool-installer-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/sbom-tool-installer-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793562,"owners_count":21805053,"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":["actions","sbom","sbom-tool"],"created_at":"2024-11-17T18:25:27.145Z","updated_at":"2025-05-07T00:44:59.672Z","avatar_url":"https://github.com/philips-software.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\u003ca href=\"https://github.com/philips-software/sbom-tool-installer-action/actions\"\u003e\u003cimg alt=\"sbom-tool-installer-action status\" src=\"https://github.com/philips-software/sbom-tool-installer-action/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eSBOM-Tool-Installer-Action\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    GitHub Action that installs and sets up the \u003ca href=\"https://github.com/microsoft/sbom-tool\"\u003eMicrosoft SBOM Tool\u003c/a\u003e.\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/philips-software/sbom-tool-installer-action/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/philips-software/sbom-tool-installer-action/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Usage\n\nThe easiest way to use this action is to add the following into your workflow file.\n\n1. Add the following part in your workflow file:\n\n```YAML\n  jobs:\n    generate-sbom:\n      runs-on: windows-latest\n      steps:\n        - uses: philips-software/sbom-tool-installer-action@v1.1.0\n        - run: |\n            sbom-tool -h\n```\n\nRefer to \u003ca href=\"https://github.com/microsoft/sbom-tool\"\u003eSBOM-Tool\u003c/a\u003e official documentation to learn how to set up the SBOM-Tool itself.\n\n## Inputs\n\n| parameter | description | required | default |\n| - | - | - | - |\n| version | Version of the SBOM-Tool you wish to install | `true` | 'latest' |\n\n## Outputs\n\n| parameter | description |\n| - | - |\n| tool_path | Path where the tool was installed to. Mostly used for debugging. |\n\n## Contributing\n\nIf you have a suggestion that would make this project better, please fork the repository and create a pull request. You can also simply open an issue with the tag \"enhancement\".\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\nMore details on contributing can be found in the [CONTRIBUTING.md](/CONTRIBUTING.md) file.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](/LICENSE) for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/philips-software/sbom-tool-installer-action.svg?style=for-the-badge\n[contributors-url]: https://github.com/philips-software/sbom-tool-installer-action/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/philips-software/sbom-tool-installer-action.svg?style=for-the-badge\n[forks-url]: https://github.com/philips-software/sbom-tool-installer-action/network/members\n[stars-shield]: https://img.shields.io/github/stars/philips-software/sbom-tool-installer-action.svg?style=for-the-badge\n[stars-url]: https://github.com/philips-software/sbom-tool-installer-action/stargazers\n[issues-shield]: https://img.shields.io/github/issues/philips-software/sbom-tool-installer-action.svg?style=for-the-badge\n[issues-url]: https://github.com/philips-software/sbom-tool-installer-action/issues\n[license-shield]: https://img.shields.io/github/license/philips-software/sbom-tool-installer-action.svg?style=for-the-badge\n[license-url]: https://github.com/philips-software/sbom-tool-installer-action/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fsbom-tool-installer-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-software%2Fsbom-tool-installer-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fsbom-tool-installer-action/lists"}