mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-09-04 06:39:22 +00:00
feat: Add problem matcher
* Add problem matcher * Fix loading tar file from artifacts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "hadolint",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user