This commit is contained in:
Jonas Geiler 2025-09-25 01:47:28 +05:30 committed by GitHub
commit b29dda06c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,12 @@
"owner": "brpaz/hadolint-action",
"pattern": [
{
"regexp": "(.*)\\:(\\d+)\\s(.*)",
"regexp": "^(.*):(\\d+)\\s((?:DL|SC)\\d+)\\s(?:\\x1b\\[\\d+m)*(style|info|warning|error)(?:\\x1b\\[\\d+m)?:\\s(.*)$",
"file": 1,
"line": 2,
"message": 3
"code": 3,
"severity": 4,
"message": 5
}
]
}