mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 04:21:52 +00:00
fix(aws): remove SHA-1 from ACM insecure key algorithms (#7547)
This commit is contained in:
committed by
Adrián Jesús Peña Rodríguez
parent
7800320189
commit
c7754c4331
@@ -297,7 +297,6 @@ config_aws = {
|
||||
"insecure_key_algorithms": [
|
||||
"RSA-1024",
|
||||
"P-192",
|
||||
"SHA-1",
|
||||
],
|
||||
"eks_required_log_types": [
|
||||
"api",
|
||||
|
||||
@@ -317,7 +317,6 @@ aws:
|
||||
[
|
||||
"RSA-1024",
|
||||
"P-192",
|
||||
"SHA-1",
|
||||
]
|
||||
|
||||
# AWS EKS Configuration
|
||||
|
||||
Reference in New Issue
Block a user