mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
16 lines
225 B
JSON
16 lines
225 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "hadolint",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"message": 3
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|