File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ import warnings
2+
3+ from dashboard .common_methods import get_section_containers_rbi
4+
5+ warnings .filterwarnings ("ignore" )
6+
7+
8+ def get_table (data ):
9+ aux = data [
10+ [
11+ "REQUIREMENTS_ID" ,
12+ "REQUIREMENTS_DESCRIPTION" ,
13+ "CHECKID" ,
14+ "STATUS" ,
15+ "REGION" ,
16+ "ACCOUNTID" ,
17+ "RESOURCEID" ,
18+ ]
19+ ]
20+ return get_section_containers_rbi (aux , "REQUIREMENTS_ID" )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ All notable changes to the **Prowler SDK** are documented in this file.
2727### 🐞 Fixed
2828
2929- Route53 dangling IP check false positive when using ` --region ` flag [ (#9952 )] ( https://github.com/prowler-cloud/prowler/pull/9952 )
30+ - RBI compliance framework support on Prowler Dashboard for the Azure provider [ (#10360 )] ( https://github.com/prowler-cloud/prowler/pull/10360 )
3031
3132---
3233
You can’t perform that action at this time.
0 commit comments