fix: support shellcheck codes

This commit is contained in:
Jonas Geiler 2024-08-24 14:51:39 +02:00 committed by GitHub
parent 7757cff548
commit cdaca39e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,