GitHub Action that installs and sets up the Microsoft SBOM Tool.
Report Bug
·
Request Feature
The easiest way to use this action is to add the following into your workflow file.
- Add the following part in your workflow file:
jobs:
generate-sbom:
runs-on: windows-latest
steps:
- uses: philips-software/sbom-tool-installer-action@v1.1.0
- run: |
sbom-tool -h
Refer to SBOM-Tool official documentation to learn how to set up the SBOM-Tool itself.
parameter | description | required | default |
---|---|---|---|
version | Version of the SBOM-Tool you wish to install | true |
'latest' |
parameter | description |
---|---|
tool_path | Path where the tool was installed to. Mostly used for debugging. |
If 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".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
More details on contributing can be found in the CONTRIBUTING.md file.
Distributed under the MIT License. See LICENSE for more information.