Skip to content

Releases: philips-software/spdx-action

v0.9.2 - Security update

24 Dec 16:59
d3e3c46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1.1...v0.9.2

v0.9.1.1 - Latest version of ORT

23 Dec 08:16
6c4df1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.1.1

v0.9.1 - Version of spdx-builder: v0.9.1

06 Dec 06:47
12b1f11
Compare
Choose a tag to compare

Default version of SPDX-builder to v0.9.1

v0.9.0 - Add capture stdout option

21 Nov 09:35
cd3e28c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2 - Minor Blackduck improvements

16 Nov 16:12
63942ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1 - Support for optional-arguments

16 Nov 14:19
5fee92f
Compare
Choose a tag to compare

Features

  • Support for optional-arguments
  • Default spdx-builder version to 0.8.1

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0 - support modes 'tree' and 'blackduck'

18 Jun 15:45
7449aee
Compare
Choose a tag to compare

Now you can also all three different modes of SPDX-builder in this action.

Modes

  • ort - ORT based input
  • tree - tree based input
  • blackduck - 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

02 Jun 13:18
4092cd9
Compare
Choose a tag to compare

Newer version of ORT and SPDX-Builder

v0.6.0 - Bring your own ORT file

16 Mar 08:30
Compare
Choose a tag to compare

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

11 Mar 09:54
Compare
Choose a tag to compare

Add ability to upload the spdx-file to a service f.e. BOM-bar

Minor bug-fix

Default value of ORT-file was wrong.