mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
improved group error handling
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
# You should have received a copy of the license along with this
|
||||
# work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.
|
||||
|
||||
GROUP_ID[4]="group4"
|
||||
GROUP_NUMBER[4]="4.0"
|
||||
GROUP_TITLE[4]="Networking - [group4] ******************************************"
|
||||
GROUP_RUN_BY_DEFAULT[4]="Y" # run it when execute_all is called
|
||||
GROUP_CHECKS[4]="check41,check42,check43,check44,check45"
|
||||
GROUP_ID[4]='group4'
|
||||
GROUP_NUMBER[4]='4.0'
|
||||
GROUP_TITLE[4]='Networking - [group4] ******************************************'
|
||||
GROUP_RUN_BY_DEFAULT[4]='Y' # run it when execute_all is called
|
||||
GROUP_CHECKS[4]='check41,check42,check43,check44,check45'
|
||||
|
||||
Reference in New Issue
Block a user