mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 11:51:08 +01:00
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "brpaz/hadolint-action",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.*):(\\d+)\\s((?:DL|SC)\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"code": 3,
|
|
"severity": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|