We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3884d0 commit 91a4f14Copy full SHA for 91a4f14
.github/workflows/mega-linter.yml
@@ -192,3 +192,9 @@ jobs:
192
commit_message: "[MegaLinter] Apply linters fixes"
193
commit_user_name: megalinter-bot
194
commit_user_email: [email protected]
195
+
196
+ - name: Upload MegaLinter scan results to GitHub Security tab
197
+ if: success() || failure()
198
+ uses: github/codeql-action/upload-sarif@v2
199
+ with:
200
+ sarif_file: "megalinter-reports/megalinter-report.sarif"
.mega-linter.yml
@@ -33,3 +33,6 @@ SHOW_ELAPSED_TIME: true
33
FILEIO_REPORTER: false
34
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
35
# DISABLE_ERRORS: true
36
37
+# Activate SARIF for GitHub Security
38
+SARIF_REPORTER: true
0 commit comments