mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 11:51:08 +01:00
refactor: improved problem matcher
This commit is contained in:
parent
d292784f8f
commit
7757cff548
1 changed files with 4 additions and 2 deletions
|
@ -4,10 +4,12 @@
|
||||||
"owner": "brpaz/hadolint-action",
|
"owner": "brpaz/hadolint-action",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
"regexp": "^(.*):(\\d+)\\s(DL\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"message": 3
|
"code": 3,
|
||||||
|
"severity": 4,
|
||||||
|
"message": 5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue