Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 21a3c12 commit 20749f2
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 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"
}
]
}
21 changes: 21 additions & 0 deletions 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
}
]
}
]
}
1 change: 1 addition & 0 deletions 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": []}]}

0 comments on commit 20749f2

Please sign in to comment.