Skip to content

Commit

Permalink
Uses the CycloneDX provided decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Nov 21, 2023
1 parent 425c791 commit 9ae3cb1
Show file tree
Hide file tree
Showing 8 changed files with 37,256 additions and 50 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
"program": "${workspaceFolder}/main.go",
"args": ["--debug=true", "--output=html", "scan", "./_TESTDATA_/sbom/juiceshop.cyclonedx.json"]
},
{
"name": "Debug File (ossindex - merged)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": ["--provider=ossindex", "--debug=true", "scan", "./_TESTDATA_/sbom/merged.json"]
},
{
"name": "Debug File (ossindex - railsgoat)",
"type": "go",
Expand Down
Loading

0 comments on commit 9ae3cb1

Please sign in to comment.