Skip to content

Commit a06cba9

Browse files
committed
Make ISTIO run once only
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 7a89e5b commit a06cba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vulnerabilities/pipelines/v2_importers/istio_importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class IstioImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
4242
spdx_license_expression = "Apache-2.0"
4343
license_url = "https://github.com/istio/istio.io/blob/master/LICENSE"
4444
repo_url = "git+https://github.com/istio/istio.io"
45+
run_once = True
4546

4647
precedence = 200
4748

0 commit comments

Comments
 (0)