Skip to content

Commit 0f72d7d

Browse files
committed
Fix repo_url
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 9821d91 commit 0f72d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/pipelines/v2_importers/vmware_photon_importer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class VmwarePhotonImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4646
pipeline_id = "vmware_photon_importer_v2"
4747
spdx_license_expression = "CC BY-SA 4.0"
4848
license_url = "https://creativecommons.org/licenses/by-sa/4.0"
49-
repo_url = "https://packages.vmware.com/photon/photon_cve_metadata"
49+
repo_url = "https://packages.vmware.com/photon/photon_cve_metadata/"
5050

5151
precedence = 100
5252

0 commit comments

Comments
 (0)