diff --git a/configurations/system/tests_cases/security_risks_tests.py b/configurations/system/tests_cases/security_risks_tests.py index ced38ece..76472a05 100644 --- a/configurations/system/tests_cases/security_risks_tests.py +++ b/configurations/system/tests_cases/security_risks_tests.py @@ -113,7 +113,7 @@ def sr_with_exceptions(): name=inspect.currentframe().f_code.co_name, test_obj=ScanSecurityRisksExceptionsWithKubescapeHelmChart, test_scenario="attack-chain-5", - test_job=[{"trigger_by": "scan_on_start", "security_risks_ids": ["R_0005"]}], + test_job=[{"trigger_by": "scan_on_start", "fix_object": "control","security_risks_ids": ["R_0005"], "test_scenario": "attack-chain-5"}], fix_object="control", relevancy_enabled=False, helm_kwargs={ @@ -134,7 +134,7 @@ def sr_ac_scan_status(): return TestConfiguration( name=inspect.currentframe().f_code.co_name, test_obj=ScanStatusWithKubescapeHelmChart, - test_job=[{"trigger_by": "scan_on_start", "security_risks_ids": ["R_0005"]}], + test_job=[{"trigger_by": "scan_on_start", "fix_object": "control", "security_risks_ids": ["R_0005"], "test_scenario": "attack-chain-5"}], test_scenario="attack-chain-5", fix_object="control", relevancy_enabled=False,