diff --git a/system_test_mapping.json b/system_test_mapping.json index d55c2e63..494bba9a 100644 --- a/system_test_mapping.json +++ b/system_test_mapping.json @@ -549,10 +549,10 @@ "In cluster" ], "target_repositories": [ - "operator", - "helm-chart", - "cadashboardbe", - "careportsreceiver" + "operator-dummy", + "helm-chart-dummy", + "cadashboardbe-dummy", + "careportsreceiver-dummy" ], "description": "", "skip_on_environment": "", diff --git a/tests_scripts/helm/vuln_scan.py b/tests_scripts/helm/vuln_scan.py index b83b7c7b..ed92937f 100644 --- a/tests_scripts/helm/vuln_scan.py +++ b/tests_scripts/helm/vuln_scan.py @@ -808,6 +808,8 @@ def __init__(self, test_obj=None, backend=None, kubernetes_obj=None, test_driver def start(self): + + return statics.SUCCESS, "" # create registry scan cronjob and check # update both cronjob schedule and depth (in configmap) # delete cronjob and check that cronjob and configmap (and secret if there is auth) are deleted