From 91e617c8c4b86577b944ee0ea8299b7e96bb0f44 Mon Sep 17 00:00:00 2001 From: David Gilmore Date: Fri, 30 Sep 2022 22:09:04 +0100 Subject: [PATCH] Fix Markdown Extension --- checkov/common/runners/runner_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkov/common/runners/runner_registry.py b/checkov/common/runners/runner_registry.py index e2823b2f8f6..386e2ec438d 100644 --- a/checkov/common/runners/runner_registry.py +++ b/checkov/common/runners/runner_registry.py @@ -330,7 +330,7 @@ def print_reports( # Save output to file file_names = {'cli': 'results_cli.txt', - 'github_failed_only': 'results_github_failed_only.txt', + 'github_failed_only': 'results_github_failed_only.md', 'sarif': 'results_sarif.sarif', 'json': 'results_json.json', 'junitxml': 'results_junitxml.xml',