You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reports should include a list of the detectors that were executed on the targeted project. By including this list, users can see the list of all the issues that were searched for, instead of only seeing those that triggered warnings.
This list may be too long to display it in the command line report in a neatly fashion. Consider adding a flag, so that the user can choose wether to display this list or not after each execution. E.g: cargo scout-audit --detector-status.
On the other hand, we can include it directly in markdown, pdf, html and json reports.
The text was updated successfully, but these errors were encountered:
Addressing a user request: #239
Reports should include a list of the detectors that were executed on the targeted project. By including this list, users can see the list of all the issues that were searched for, instead of only seeing those that triggered warnings.
This task depends on the completion of the issue "Direct detection forward to Scout": https://github.com/orgs/CoinFabrik/projects/13/views/1?pane=issue&itemId=67208813
Reference
Considerations
cargo scout-audit --detector-status
.The text was updated successfully, but these errors were encountered: