Skip to content

Commit

Permalink
chore: switch submodule back to main branch
Browse files Browse the repository at this point in the history
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 <willmurphyscode@users.noreply.github.com>
  • Loading branch information
willmurphyscode committed Aug 9, 2024
1 parent 61625de commit b8c0a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/quality/vulnerability-match-labels

0 comments on commit b8c0a08

Please sign in to comment.