mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
16 lines
613 B
Bash
16 lines
613 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Prowler - the handy cloud security tool (c) by Toni de la Fuente
|
|
#
|
|
# This Prowler check is licensed under a
|
|
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
|
|
#
|
|
# 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[19]='eks-cis'
|
|
GROUP_NUMBER[19]='19.0'
|
|
GROUP_TITLE[19]='CIS EKS Benchmark - [eks-cis] *********************************'
|
|
GROUP_RUN_BY_DEFAULT[19]='N' # run it when execute_all is called
|
|
GROUP_CHECKS[19]='extra765,extra794,extra795,extra796,extra797'
|