Releases: philips-software/spdx-action
v0.5.0 - Add upload service
Add ability to upload the spdx-file to a service f.e. BOM-bar
v0.4.1 - Bring your own ORT file or not..
This minor fix fixes the ability to let spdx-action run the ORT scan.
v0.4.0 - Bring your own ORT file
Sometimes you don't want the action to run ORT, but you want to bring your own ORT analyze file.
This release makes it possible!
v0.3.0 - Add option to use license-scanner
SPDX-builder can use the license-scanner service to get better license results.
This release makes it possible to pass a scanner-url.
Usage
scanner-url
| url to deployed version of the license-scanner | optional
Related issues
Related PRs
Related repo
v0.2.1 - Add ort-version
SPDX-builder uses ORT as source for getting the package information.
This release makes it possible to change the version of the ORT docker image. ( philipssoftware/ort:{ort-version}
)
Usage
ort-version
| docker tag | Default version is latest
.
Tags
Available tags can be found here.
Related repo
v0.2.0 - Option to overwrite ORT docker version
SPDX-builder uses ORT as source for getting the package information.
This release makes it possible to change the version of the ORT docker image. ( philipssoftware/ort:{ort-version}
)
Usage
ort-version
| docker tag | Default version is latest
.
Tags
Available tags can be found here.
Related repo
v0.1.1 - minor changes with fixes
Update README.MD
v0.1.0 - Run spdx-builder with ORT
Run SPDX-builder with ORT.