Skip to content

Commit

Permalink
Chore: Add horusec-config.json file (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: wiliansilvazup wilian.silva@zup.com.br
Add horusec-config json file because ruby is necessary usage option horusecCliWorkDir
  • Loading branch information
wiliansilvazup authored Sep 22, 2021
1 parent 031aeea commit a166719
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.idea
.vscode
bin
tmp/
*tmp*
.env
.horusec/
node_modules
Expand Down
21 changes: 21 additions & 0 deletions horusec-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"horusecCliWorkDir": {
"go": [],
"csharp": [],
"ruby": ["./ruby/example1"],
"python": [],
"java": [],
"kotlin": [],
"javaScript": [],
"leaks": [],
"hcl": [],
"php": [],
"c": [],
"yaml": [],
"generic": [],
"elixir": [],
"shell": [],
"dart": [],
"nginx": []
}
}

0 comments on commit a166719

Please sign in to comment.