Skip to content

Latest commit

History

History
25 lines (16 loc) 路 1.09 KB

MarkdownSummaryReporter.md

File metadata and controls

25 lines (16 loc) 路 1.09 KB
title description
Markdown Summary Reporter for MegaLinter
Generates a summary of SAST results in Markdown within a file named 'megalinter-report.md', located in the report folder.

Markdown Summary Reporter

Generates a summary of SAST results in Markdown within a file named megalinter-report.md, located in the report folder.

This reporter is deactivated by default.

Screenshot

Screenshot

Usage

Activate the reporter (MARKDOWN_SUMMARY_REPORTER: true) to generate markdown summary report file.

Configuration

Variable Description Default value
MARKDOWN_SUMMARY_REPORTER Activates/deactivates reporter false
MARKDOWN_SUMMARY_REPORTER_FILE_NAME File name for MARKDOWN_SUMMARY report output file megalinter-report.md