diff --git a/problem-matcher.json b/problem-matcher.json index d59ca53..6d1c1c4 100644 --- a/problem-matcher.json +++ b/problem-matcher.json @@ -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,