diff --git a/prowler/config/config.yaml b/prowler/config/config.yaml index 61a806044a..d8e22e4fbe 100644 --- a/prowler/config/config.yaml +++ b/prowler/config/config.yaml @@ -95,6 +95,7 @@ aws: "python3.6", "python2.7", "python3.7", + "python3.8", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", @@ -105,6 +106,7 @@ aws: "nodejs14.x", "nodejs16.x", "dotnet5.0", + "dotnet6", "dotnet7", "dotnetcore1.0", "dotnetcore2.0", diff --git a/prowler/providers/aws/services/awslambda/awslambda_function_using_supported_runtimes/awslambda_function_using_supported_runtimes.py b/prowler/providers/aws/services/awslambda/awslambda_function_using_supported_runtimes/awslambda_function_using_supported_runtimes.py index 8845f1e54d..8fc74ea50a 100644 --- a/prowler/providers/aws/services/awslambda/awslambda_function_using_supported_runtimes/awslambda_function_using_supported_runtimes.py +++ b/prowler/providers/aws/services/awslambda/awslambda_function_using_supported_runtimes/awslambda_function_using_supported_runtimes.py @@ -8,6 +8,7 @@ default_obsolete_lambda_runtimes = [ "python3.6", "python2.7", "python3.7", + "python3.8", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", @@ -18,6 +19,7 @@ default_obsolete_lambda_runtimes = [ "nodejs14.x", "nodejs16.x", "dotnet5.0", + "dotnet6", "dotnet7", "dotnetcore1.0", "dotnetcore2.0",