Skip to content

Commit

Permalink
Fixes test cases, sanitization of purls
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Aug 15, 2024
1 parent 0804eee commit 7321519
Show file tree
Hide file tree
Showing 11 changed files with 394,867 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"settings": {
"editor.formatOnSave": true,
"editor.fontFamily": "'0xProto Nerd Font','Courier New', monospace",
"terminal.integrated.fontFamily": "'0xProto Nerd Font','Courier New', monospace",
"notebook.output.fontFamily" : "'0xProto Nerd Font','Courier New', monospace",
"explorer.openEditors.sortOrder": "alphabetical",
"explorer.openEditors.visible": 1,
"explorer.openEditors.minVisible": 0,
"go.buildTags": "",
"go.toolsEnvVars": {
"CGO_ENABLED": "0"
Expand Down Expand Up @@ -60,7 +62,6 @@
"github.vscode-github-actions",
"aleksandra.go-group-imports",
"oderwat.indent-rainbow",
"yzhang.markdown-all-in-one",
"quicktype.quicktype",
"jebbs.plantuml",
"foxundermoon.shell-format",
Expand All @@ -71,6 +72,5 @@
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "/usr/bin/bash ./.devcontainer/post-create.sh > ~/post-create.log && starship preset nerd-font-symbols -o ~/.config/starship.toml"
}
}
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,19 @@
"./_TESTDATA_/sbom/railsgoat.cyclonedx.json"
]
},
{
"name": "Debug File (ossindex - massive sbom)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"--provider=ossindex",
"--debug=true",
"scan",
"./_TESTDATA_/sbom/erroring-ossindex-sbom.json"
]
},
{
"name": "Debug File (ossindex - railsgoat w/epss)",
"type": "go",
Expand Down
Loading

0 comments on commit 7321519

Please sign in to comment.