mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 04:21:52 +00:00
chore(findings): apply default filter to show failed findings (#7356)
This commit is contained in:
@@ -9,7 +9,7 @@ interface LinkToFindingsProps {
|
||||
export const LinkToFindingsFromScan = ({ scanId }: LinkToFindingsProps) => {
|
||||
return (
|
||||
<CustomButton
|
||||
asLink={`/findings?filter[scan__in]=${scanId}`}
|
||||
asLink={`/findings?filter[scan__in]=${scanId}&filter[status__in]=FAIL`}
|
||||
ariaLabel="Go to Findings page"
|
||||
variant="solid"
|
||||
color="action"
|
||||
|
||||
Reference in New Issue
Block a user