Releases: philips-software/sbom-tool-installer-action
Releases · philips-software/sbom-tool-installer-action
v1.1.0
v1.0.1
Release v1.0.0
SBOM-Tool-Installer-Action
GitHub Action that installs and sets up the Microsoft SBOM Tool.
Report Bug
·
Request Feature
Usage
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.0.0
- run: |
sbom-tool -h
Refer to SBOM-Tool official documentation to learn how to set up the SBOM-Tool itself.
Inputs
parameter | description | required | default |
---|---|---|---|
version | Version of the SBOM-Tool you wish to install | true |
'latest' |
Outputs
parameter | description |
---|---|
tool_path | Path where the tool was installed to. Mostly used for debugging. |
Contributing
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 '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.
License
Distributed under the MIT License. See LICENSE for more information.