feat(gcp): working version of gcp fixer

This commit is contained in:
Daniel Barranquero
2025-06-23 13:14:25 +02:00
parent 166e07939d
commit d7e3b1c760
@@ -6,7 +6,7 @@ from prowler.providers.gcp.lib.fix.fixer import GCPFixer
from prowler.providers.gcp.services.compute.compute_client import compute_client
class ComputeProjectOSLoginEnabledFixer(GCPFixer):
class ComputeProjectOsLoginEnabledFixer(GCPFixer):
"""
Fixer for enabling OS Login at the project level.
This fixer enables the OS Login feature which provides centralized and automated SSH key pair management.