island: Reword message for unscanned attack techniques

This commit is contained in:
Shreya Malviya 2021-10-12 15:41:03 +05:30
parent 462b20f587
commit 80811334d7
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class AttackTechnique(object, metaclass=abc.ABCMeta):
reasons.append(f"- Monkey did not run on any {cls.relevant_systems[0]} systems.")
if cls.tech_id in config_schema_per_attack_technique:
reasons.append(
"- The following configuration options were disabled:<br/>"
"- The following configuration options were disabled or empty:<br/>"
f"{cls._get_relevant_config_values(config_schema_per_attack_technique)}"
)