Skip to content

Commit

Permalink
scan controlers config added
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitsuthar committed Sep 2, 2024
1 parent b5d98bf commit 271c2f6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions lib/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -1300,9 +1300,18 @@ defaultConfig.definition = () => ({
*/
iast_test_identifier: '',

scan_request_rate_limit: {
formatter: int,
default: 36000
scan_controllers: {
scan_request_rate_limit: {
formatter: int,
default: 3600
},
/**
* values are 1 or -1, -1 signifies run on all application instances
*/
scan_instance_count: {
formatter: allowList.bind(null, [-1, 1]),
default: -1
}
},

/**
Expand Down

0 comments on commit 271c2f6

Please sign in to comment.