mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-31 03:41:08 +01:00
fix: support shellcheck codes
This commit is contained in:
parent
7757cff548
commit
cdaca39e4e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"owner": "brpaz/hadolint-action",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.*):(\\d+)\\s(DL\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
||||
"regexp": "^(.*):(\\d+)\\s((?:DL|SC)\\d+)\\s(style|info|warning|error):\\s(.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"code": 3,
|
||||
|
|
Loading…
Add table
Reference in a new issue