We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a89e5b commit a06cba9Copy full SHA for a06cba9
vulnerabilities/pipelines/v2_importers/istio_importer.py
@@ -42,6 +42,7 @@ class IstioImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
42
spdx_license_expression = "Apache-2.0"
43
license_url = "https://github.com/istio/istio.io/blob/master/LICENSE"
44
repo_url = "git+https://github.com/istio/istio.io"
45
+ run_once = True
46
47
precedence = 200
48
0 commit comments