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