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