mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
feat(ui): add GitHub submenu under High Risk Findings (#8488)
Co-authored-by: Pablo Lara <larabjj@gmail.com>
This commit is contained in:
@@ -22,6 +22,8 @@ All notable changes to the **Prowler UI** are documented in this file.
|
||||
### 🐞 Fixed
|
||||
|
||||
- Field for `Assume Role` in AWS role credentials form shown again [(#8484)](https://github.com/prowler-cloud/prowler/pull/8484)
|
||||
- `GitHub` submenu to High Risk Findings [(#8488)](https://github.com/prowler-cloud/prowler/pull/8488)
|
||||
|
||||
|
||||
## [1.10.0] (Prowler v5.10.0)
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ import {
|
||||
CircleHelpIcon,
|
||||
DocIcon,
|
||||
GCPIcon,
|
||||
GithubIcon,
|
||||
KubernetesIcon,
|
||||
LighthouseIcon,
|
||||
M365Icon,
|
||||
@@ -128,6 +129,11 @@ export const getMenuList = ({
|
||||
label: "Kubernetes",
|
||||
icon: KubernetesIcon,
|
||||
},
|
||||
{
|
||||
href: "/findings?filter[status__in]=FAIL&filter[severity__in]=critical%2Chigh%2Cmedium&filter[provider_type__in]=github&sort=severity,-inserted_at",
|
||||
label: "Github",
|
||||
icon: GithubIcon,
|
||||
},
|
||||
],
|
||||
defaultOpen: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user