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

Reports Verbosity #239

Open
humayunj opened this issue Jun 6, 2024 · 1 comment
Open

Reports Verbosity #239

humayunj opened this issue Jun 6, 2024 · 1 comment

Comments

@humayunj
Copy link

humayunj commented Jun 6, 2024

The report generated by Scout only includes issues and enhancements. Is there a flag that can increase the report's verbosity to list all the detectors used along with their statuses?

@matiascabello
Copy link
Collaborator

Hi @humayunj!

You can add the -v flag to the CLI command to print additional information about the tool's execution (e.g., detectors used and compilation status). The full command would be cargo scout-audit -v

Have you tried HTML or Markdown reports? These formats include additional information on the detections.

You can generate these reports by running cargo scout-audit --output-format html or cargo scout-audit --output-format md.

If these reports don't meet your needs, we'll be happy to engage in further conversation to gather your feedback and include your insights in our backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants