mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix(findings): Add resource id to props
This commit is contained in:
@@ -231,6 +231,7 @@ export interface FindingProps {
|
||||
type: "Resource";
|
||||
id: string;
|
||||
}[];
|
||||
id: string;
|
||||
attributes: {
|
||||
uid: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user