mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 13:34:44 +01: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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|