mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
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:
parent
ffebaee739
commit
e31567b8df
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue