-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
[FEATURE REQUEST] How to remove Configuration {...} from the output file? #1204
Comments
howdy! saving the configuration in the output is by design. While it's true that you know the configuration for a single scan that was just run, that might not be true if you store results for historical purposes and come back to a file weeks/months later. one way of avoiding the configuration output is to add the
when the output is JSONL (line-delimited json), you can remove the configuration with something as simple as |
Is your feature request related to a problem? Please describe.
How to remove the long string of redundant information Configuration {...} in the output file? Because this is not what the user cares about, what really matters is the final result.
Describe the solution you'd like
Add an option to filter out this long string of Configuration {...}.
Describe alternatives you've considered
Additional context
In the output report, the information of Configuration {...} is too long, and I personally think it is unnecessary to print this configuration in the output report, because we have already set these configurations in the configuration file, so there is no need to print them again in the report. The report should highlight the key points of the scan results.
The text was updated successfully, but these errors were encountered: