Markdown Summary Reporter

December 24, 2025 ยท View on GitHub

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

If LLM Advisor is activated, it will also show its suggestions to fix linter errors.

If GITHUB_STEP_SUMMARY is set, the related file will also be written.

This reporter is deactivated by default, except if env variable GITHUB_STEP_SUMMARY is found.

Screenshot

Screenshot

Usage

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

Configuration

VariableDescriptionDefault value
MARKDOWN_SUMMARY_REPORTERActivates/deactivates reporterfalse
MARKDOWN_SUMMARY_REPORTER_FILE_NAMEFile name for MARKDOWN_SUMMARY report output filemegalinter-report.md
JOB_SUMMARY_ADDITIONAL_MARKDOWNCustom markdown to add at the end of the summary message