diff --git a/checkov-problem-matcher-softfail.json b/checkov-problem-matcher-softfail.json new file mode 100644 index 0000000..34a45f8 --- /dev/null +++ b/checkov-problem-matcher-softfail.json @@ -0,0 +1,22 @@ +{ + "problemMatcher": [ + { + "owner": "checkov", + "pattern": [ + { + "regexp": "^Check: (\\w+: .*)$", + "message": 1 + }, + { + "regexp": "^\\WFAILED.*$" + }, + { + "regexp": "^\\WFile: \/(.+):(\\d+)-(\\d+)$", + "file": 1, + "line": 2 + } + ], + "severity": "error" + } + ] +} diff --git a/checkov-problem-matcher.json b/checkov-problem-matcher.json new file mode 100644 index 0000000..bfdf0bb --- /dev/null +++ b/checkov-problem-matcher.json @@ -0,0 +1,21 @@ +{ + "problemMatcher": [ + { + "owner": "checkov", + "pattern": [ + { + "regexp": "^Check: (\\w+: .*)$", + "message": 1 + }, + { + "regexp": "^\\WFAILED.*$" + }, + { + "regexp": "^\\WFile: \/(.+):(\\d+)-(\\d+)$", + "file": 1, + "line": 2 + } + ] + } + ] +} diff --git a/results.sarif b/results.sarif new file mode 100644 index 0000000..a8fa027 --- /dev/null +++ b/results.sarif @@ -0,0 +1 @@ +{"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", "version": "2.1.0", "runs": [{"tool": {"driver": {"name": "Checkov", "version": "3.2.48", "informationUri": "https://checkov.io", "rules": [], "organization": "bridgecrew"}}, "results": []}]} \ No newline at end of file