Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to override scan options (LOG_LEVEL for example). #13

Open
isamauny opened this issue May 23, 2023 · 0 comments
Open

Add an option to override scan options (LOG_LEVEL for example). #13

isamauny opened this issue May 23, 2023 · 0 comments
Assignees
Labels
engine.next enhancement New feature or request

Comments

@isamauny
Copy link
Contributor

Ability to override scan engine runtime options via a JSON structure:

        "logLevel": "debug",
        "logDestination": "stdout+platform",
        "maxLogFileSize": 2147483648,
        "headerNameRequestId": "x-scan-request-id",
        "headerNameScenarioId": "x-scan-scenario-id",
        "flowrate": 10,
        "timeout": 30,
        "followRedirection": true,
        "happyPathRetry": 1,
        "happyPathOnly": false,
        "maxScanTime": 3600,
        "memoryLimit": 2147483648,
        "memoryTimeSpan": 10,
        "indexed": false,
        "prettify": false,
        "maxBodySizeScan": 10485760,
        "maxHttpResponseSizeHappyPathReport": 0,
        "maxBodySizeHappyPathReport": 8092,
        "maxHttpResponseSizeTestReport": 0,
        "maxBodySizeTestReport": 8092,
        "errorsOnly": true,
        "maxIssues": 10000,
        "maxReportSize": 104857600
@isamauny isamauny self-assigned this May 23, 2023
@isamauny isamauny added the enhancement New feature or request label May 23, 2023
@isamauny isamauny assigned ak1394 and isamauny and unassigned isamauny and ak1394 Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine.next enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants