File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { TaskInputs } from './utils';
5
5
6
6
const reportTypes = {
7
7
sarif : { DisplayName : 'SARIF' , Extension : '.json' } ,
8
- cyclonedx : { DisplayName : 'CycloneDX' , Extension : '.xml ' } ,
8
+ cyclonedx : { DisplayName : 'CycloneDX' , Extension : '.json ' } ,
9
9
spdx : { DisplayName : 'SPDX' , Extension : '.tag' } ,
10
10
json : { DisplayName : 'JSON' , Extension : '.json' } ,
11
11
spdxjson : { DisplayName : 'SPDX JSON' , Extension : '.json' } ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ type Report = {
11
11
const reports : Report [ ] = [
12
12
{ name : 'asff' , extension : '.json' } ,
13
13
{ name : 'cosign' , extension : '.json' } ,
14
- { name : 'cyclonedx' , extension : '.xml ' } ,
14
+ { name : 'cyclonedx' , extension : '.json ' } ,
15
15
{ name : 'github' , extension : '.gsbom' } ,
16
16
{ name : 'html' , extension : '.html' } ,
17
17
{ name : 'junit' , extension : '.xml' } ,
You can’t perform that action at this time.
0 commit comments