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
Is your feature request related to a problem? Please describe.
There were no options to export the consolidated report of the project within Microsoft Visual Code. The report will help in so many cases for marking of solution status.
Currently I can view the report with JSON and table format but there was no option to export that report apart from copy paste functionality for one-by-one file.
JFYI, I am using PHP language for application.
The text was updated successfully, but these errors were encountered:
@arunpradhan thanks for the feedback. There is currently no capability in the IDE extension to export a sarif/json of the results. If you want a standalone report you can use the CLI to generate one. In the simplest case (which should match the default behavior in the ide for issues surfaced) install the CLI (https://github.com/microsoft/DevSkim/wiki/Command-Line-Interface) and then run devskim analyze --source-code /path/to/src --output-file out.sarif to generate a sarif report of detected issues.
Changed the title of this issue to reflect a feature request for this. I'm not sure of the feasibility, as the IDE extensions operate on only open files, and do not have access to files that aren't opened so it would be difficult to generate a holistic report. Considering arun was satisfied with the workaround of using the CLI to generate a portable report I'll leave this open for feedback but we aren't actively pursuing adding this at this time.
Is your feature request related to a problem? Please describe.
There were no options to export the consolidated report of the project within Microsoft Visual Code. The report will help in so many cases for marking of solution status.
Currently I can view the report with JSON and table format but there was no option to export that report apart from copy paste functionality for one-by-one file.
JFYI, I am using PHP language for application.
The text was updated successfully, but these errors were encountered: