This commit is contained in:
Bob Bell 2025-09-25 01:47:29 +05:30 committed by GitHub
commit f91f7d46b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ fi
# the matcher so it won't take effect in later steps.
# shellcheck disable=SC2317
cleanup() {
echo "::remove-matcher owner=brpaz/hadolint-action::"
echo "::remove-matcher owner=hadolint/hadolint-action::"
}
trap cleanup EXIT

View file

@ -1,7 +1,7 @@
{
"problemMatcher": [
{
"owner": "brpaz/hadolint-action",
"owner": "hadolint/hadolint-action",
"pattern": [
{
"regexp": "(.*)\\:(\\d+)\\s(.*)",