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