Skip to content

Commit

Permalink
feature/post-prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver authored and SafetyQuincyF committed Dec 18, 2024
1 parent 293a6df commit fa6b69c
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 100 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
],
"console": "integratedTerminal"
},
{
"name": "Safety Scan --use-server-matching",
"type": "debugpy",
"request": "launch",
"module": "safety",
"args": [
"scan", "--use-server-matching"
],
"console": "integratedTerminal"
},
{
"name": "Safety Scan API Key",
"type": "debugpy",
Expand Down
Loading

0 comments on commit fa6b69c

Please sign in to comment.