diff --git a/checkov/arm/runner.py b/checkov/arm/runner.py index bd5648108fa..5dd9b505e6c 100644 --- a/checkov/arm/runner.py +++ b/checkov/arm/runner.py @@ -273,7 +273,7 @@ def add_graph_check_results(self, report: Report, runner_filter: RunnerFilter) - file_path=self.extract_file_path_from_abs_path(clean_file_path(Path(entity_file_path))), file_abs_path=str(file_abs_path), file_line_range=[start_line - 1, end_line - 1], - resource_id=entity[CustomAttributes.ID], + resource_id=f'{entity[CustomAttributes.RESOURCE_TYPE]}.{entity[CustomAttributes.BLOCK_NAME]}', ) def build_record(