hadolint/problem-matcher.json

15 lines
241 B
JSON

{
"problemMatcher": [
{
"owner": "hadolint/hadolint-action",
"pattern": [
{
"regexp": "(.*)\\:(\\d+)\\s(.*)",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}