Releases: philips-software/spdx-action
Releases · philips-software/spdx-action
v0.9.2 - Security update
What's Changed
- Update spdx builder version by @JeroenKnoops in #36
Full Changelog: v0.9.1.1...v0.9.2
v0.9.1.1 - Latest version of ORT
What's Changed
- Newer version ort. by @JeroenKnoops in #32
- Update example to use java 11.0.13 by @JeroenKnoops in #33
- Prepare for release 0.9.1.1 by @JeroenKnoops in #35
- Prepare for release by @JeroenKnoops in #34
Full Changelog: v0.9.1...v0.9.1.1
v0.9.1 - Version of spdx-builder: v0.9.1
Default version of SPDX-builder to v0.9.1
v0.9.0 - Add capture stdout option
What's Changed
- Add capture stdout argument by @JeroenKnoops in #28
- Use version v0.9.0 of spdx-builder by @JeroenKnoops in #29
- Prepare for release by @JeroenKnoops in #30
Full Changelog: v0.8.2...v0.9.0
v0.8.2 - Minor Blackduck improvements
What's Changed
- removed bombase and upload args BD mode by @AnnieJovitha in #25
- Pass optional arguments to Black Duck mode by @JeroenKnoops in #26
- Prepare for release v0.8.2 by @JeroenKnoops in #27
New Contributors
- @AnnieJovitha made their first contribution in #25
Full Changelog: v0.8.1...v0.8.2
v0.8.1 - Support for optional-arguments
Features
- Support for optional-arguments
- Default spdx-builder version to 0.8.1
What's Changed
- Optional args by @JeroenKnoops in #23
- Prepare for new release by @JeroenKnoops in #24
Full Changelog: v0.8.0...v0.8.1
v0.8.0 - support modes 'tree' and 'blackduck'
Now you can also all three different modes of SPDX-builder in this action.
Modes
ort
- ORT based inputtree
- tree based inputblackduck
- Blackduck based input
Examples
Look in the README for the examples how to use it.
SPDX-builder
Version: v0.7.0
See https://github.com/philips-software/spdx-builder for more info on SPDX-builder
v0.7.0 - Newer versions of tools
Newer version of ORT and SPDX-Builder
v0.6.0 - Bring your own ORT file
v0.6.0 - Bring your own ORT file
Features
- Bring your own ORT file. Normally the action also executes ORT, but in some cases when build environments clash, you can not use this out-of-the-box. In this case you can run your own ORT scan, and feed that to SPDX-action.
Updates
- Use version v0.5.0 of SPDX-builder by default.
BREAKING
- When using a version prior to v0.5.0 of SPDX-builder, you need to use SPDX-action v0.5.1 because the function call has been changed.
v0.5.1 - Add upload service
Add ability to upload the spdx-file to a service f.e. BOM-bar
Minor bug-fix
Default value of ORT-file was wrong.