hadolint/problem-matcher.json
2024-08-24 14:51:39 +02:00

17 lines
332 B
JSON

{
"problemMatcher": [
{
"owner": "brpaz/hadolint-action",
"pattern": [
{
"regexp": "^(.*):(\\d+)\\s((?:DL|SC)\\d+)\\s(style|info|warning|error):\\s(.*)$",
"file": 1,
"line": 2,
"code": 3,
"severity": 4,
"message": 5
}
]
}
]
}