Skip to content

Commit fe5f27a

Browse files
committed
feat(action): Generate JSON CycloneDX reports
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 9acdf1e commit fe5f27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ inputs:
141141
List of arguments to pass to ORT Advisor CLI.
142142
required: false
143143
ort-cli-report-args:
144-
default: '-O SpdxDocument=output.file.formats=json,yaml'
144+
default: '-O CycloneDX=output.file.formats=json,xml -O SpdxDocument=output.file.formats=json,yaml'
145145
description: |
146146
List of arguments to pass to ORT Reporter CLI.
147147
required: false

0 commit comments

Comments
 (0)