From 896d24a54470557cbece05ad7567a835bc130408 Mon Sep 17 00:00:00 2001 From: YuXuan Tay <5795122+yxtay@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:46:10 +0800 Subject: [PATCH] doc: correct default SARIF_REPORTER_FILE_NAME --- docs/reporters/SarifReporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reporters/SarifReporter.md b/docs/reporters/SarifReporter.md index 679c777edc8..2ad3ba58bdb 100644 --- a/docs/reporters/SarifReporter.md +++ b/docs/reporters/SarifReporter.md @@ -35,5 +35,5 @@ with: |-----------------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------| | SARIF_REPORTER | Activates/deactivates reporter | `false` | | SARIF_REPORTER_NORMALIZE_LINTERS_OUTPUT | Remove DEFAULT_WORKSPACE prefix in SARIF-files, for example 'DEFAULT_WORKSPACE/src/main' would be 'src/main' etc. | `true` | -| SARIF_REPORTER_FILE_NAME | File name for SARIF report output file | `mega-linter-report.sarif` | +| SARIF_REPORTER_FILE_NAME | File name for SARIF report output file | `megalinter-report.sarif` | | SARIF_REPORTER_LINTERS | List of linter keys that will output SARIF (if not set, all SARIF compliant linters will output SARIF) | `[]` |