hadolint/problem-matcher.json
2020-12-06 19:10:45 +00:00

15 lines
238 B
JSON

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