Skip to content

Commit

Permalink
fix(typescript): fixed tsc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maira-samtek committed Jun 20, 2024
1 parent 3c46553 commit bfdaa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/security-hub-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class SecurityHub {
? finding.ProductFields.StandardsControlArn
: "",
remediation: finding.Remediation,
Resources: finding.Resources,
Resources: finding.Resources as unknown as Resource[],
};
}
}

0 comments on commit bfdaa77

Please sign in to comment.