From 0a4f2149e54e10936e408ccfe12b6d4045787c36 Mon Sep 17 00:00:00 2001 From: William Murphy Date: Fri, 9 Aug 2024 08:11:08 -0400 Subject: [PATCH] chore: switch submodule back to main branch (#661) The branch it previously pointed at has been removed in the remote, which messes up running remote updates of the submodule, since git can no longer find a branch to update from. Signed-off-by: Will Murphy --- .gitmodules | 2 +- tests/quality/vulnerability-match-labels | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ad449673..8862c564 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "tests/quality/vulnerability-match-labels"] path = tests/quality/vulnerability-match-labels url = https://github.com/anchore/vulnerability-match-labels.git - branch = ubuntu-label-updates + branch = main diff --git a/tests/quality/vulnerability-match-labels b/tests/quality/vulnerability-match-labels index f213a4cf..8ad561f7 160000 --- a/tests/quality/vulnerability-match-labels +++ b/tests/quality/vulnerability-match-labels @@ -1 +1 @@ -Subproject commit f213a4cf4beb26b90dd4f6e6a9fa81985d6bae78 +Subproject commit 8ad561f7eee84ebf3026812dd6f945946a1faa31