Skip to content

Commit

Permalink
fix: Update gitmodule url (#2106)
Browse files Browse the repository at this point in the history
As per #2100 - we should not use git protocol URIs for modules as it can be problematic for consumers behind restrictive or poorly configured proxies.

Signed-off-by: Alan Pope <[email protected]>
  • Loading branch information
popey committed Sep 11, 2024
1 parent ffebaee commit e31567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "test/quality/vulnerability-match-labels"]
path = test/quality/vulnerability-match-labels
url = git@github.com:anchore/vulnerability-match-labels.git
url = https://github.com/anchore/vulnerability-match-labels.git
branch = main

0 comments on commit e31567b

Please sign in to comment.