You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Get SPDX license overview
v0.6.0
This action will create a SPDX license overview with ORT and SPDX-builder.
THIS IS AN EXPERIMENTAL ACTION
You can specify the configuration in a .spdx-builder.yml
in the root of your project.
See instructions in philips-software/spdx-builder.
This action requires a java environment. (See example)
Get SPDX license overview
parameter | description | required | default |
---|---|---|---|
project | project | true |
spdx-builder |
spdx-builder-version | spdx-builder-version | true |
v0.5.0 |
ort-version | philipssoftware/ort version | false |
2021-03-03 |
ort-file | Specifies an ort-file to override ORT scanning in this action. | true |
|
scanner-url | scanner-url (license-scanner) | false |
|
upload-url | upload-url (f.e. BOM-bar) | false |
parameter | description |
---|---|
spdx-file | spdx-license file |
ort-file | ort-license file |
This action is an composite
action.
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11.0.1'
- name: Create spdx-file
id: spdx-builder
uses: philips-software/[email protected]
with:
project: my-project
- uses: actions/upload-artifact@v2
with:
name: licenses
path: ${{ steps.spdx-builder.outputs.spdx-file }}
This module is part of the Philips Forest.
___ _
/ __\__ _ __ ___ ___| |_
/ _\/ _ \| '__/ _ \/ __| __|
/ / | (_) | | | __/\__ \ |_
\/ \___/|_| \___||___/\__|
CI
Talk to the forestkeepers in the forest
-channel on Slack.