mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 06:35:55 +00:00
Merge 75bb911ebe into 2332a7b74a
This commit is contained in:
commit
f91f7d46b1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "brpaz/hadolint-action",
|
||||
"owner": "hadolint/hadolint-action",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(.*)\\:(\\d+)\\s(.*)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue