This commit is contained in:
Cédric Bonhomme 2020-01-06 17:00:36 +01:00
parent 86e9f1ff5b
commit 4307c41173
Signed by untrusted user who does not match committer: cedric
GPG key ID: A1CB94DE57B7A70D

View file

@ -4,6 +4,6 @@ from git_vuln_finder import find
def test_find_vuln(): def test_find_vuln():
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl") all_potential_vulnerabilities, all_cve_found, found = find("/home/runner/work/git-vuln-finder/git-vuln-finder/test_repos/curl/")
assert len(list(all_cve_found)) == 63 assert len(list(all_cve_found)) == 63