mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
hide banner on csv output for group mode
This commit is contained in:
5
groups/group9_gdpr
Normal file
5
groups/group9_gdpr
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
GROUP_ID[9]='gdpr'
|
||||||
|
GROUP_NUMBER[9]='8.0'
|
||||||
|
GROUP_TITLE[9]='GDPR Readiness ***************************************************'
|
||||||
|
GROUP_RUN_BY_DEFAULT[9]='N' # run it when execute_all is called
|
||||||
|
GROUP_CHECKS[9]=''
|
||||||
3
prowler
3
prowler
@@ -250,6 +250,9 @@ fi
|
|||||||
|
|
||||||
# Execute group of checks if called with -g
|
# Execute group of checks if called with -g
|
||||||
if [[ $GROUP_ID ]];then
|
if [[ $GROUP_ID ]];then
|
||||||
|
if [[ $MODE == "csv" ]]; then
|
||||||
|
BANNER=0
|
||||||
|
fi
|
||||||
execute_group_by_id $GROUP_ID
|
execute_group_by_id $GROUP_ID
|
||||||
cleanTemp
|
cleanTemp
|
||||||
exit $EXITCODE
|
exit $EXITCODE
|
||||||
|
|||||||
Reference in New Issue
Block a user