fix: Update gitmodule url (#2106)

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 <alan.pope@anchore.com>
This commit is contained in:
Alan Pope 2024-09-11 15:59:59 +01:00 committed by GitHub
parent ffebaee739
commit e31567b8df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "test/quality/vulnerability-match-labels"] [submodule "test/quality/vulnerability-match-labels"]
path = 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 branch = main