Skip to content

Commit

Permalink
Merge pull request #1563 from thesandboxgame/feat/defender-code-revie…
Browse files Browse the repository at this point in the history
…w-config

add: code inspector config
  • Loading branch information
atkinsonholly authored Jul 16, 2024
2 parents 1880ca6 + 1bb6470 commit 4106fdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions defender.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"contract_inspector": {
"enabled": true,
"scan_directories": ["packages/land", "packages/marketplace"]
},
"dependency_checker": {
"enabled": false
}
}

0 comments on commit 4106fdc

Please sign in to comment.