fix(scan_id): Read the ID from the Scan object (#7326)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Prowler Bot
2025-03-20 10:37:57 +01:00
committed by GitHub
parent d95fccd163
commit 6e56d3862d
+1 -1
View File
@@ -89,7 +89,7 @@ export const ScanDetail = ({
<InfoField label="Scan ID" variant="simple">
<Snippet className="bg-gray-50 py-1 dark:bg-slate-800" hideSymbol>
{renderValue(taskDetails?.attributes.task_args.scan_id)}
{scanDetails.id}
</Snippet>
</InfoField>