Ensure that you always use the latest version of the language runtime for your Google Cloud functions in order to adhere to Google Cloud best practices and receive the newest software features and capabilities.
This rule resolution is part of the Conformity Security & Compliance tool for GCP.
excellence
optimisation
Using the latest version of the language runtime for Google Cloud functions is crucial for security, performance, and access to the latest features and libraries. It ensures that your functions benefit from bug fixes, optimizations, and improved compatibility with other services. Staying up-to-date minimizes vulnerabilities and keeps your serverless applications running smoothly and efficiently.
Audit
To determine if your Google Cloud functions are configured to use the latest version of the language runtime, perform the following operations:
Remediation / Resolution
To upgrade the language runtime version for your Google Cloud functions, perform the following operations:
References
- Google Cloud Platform (GCP) Documentation
- Runtime Support
- Cloud Functions execution environment
- GCP Command Line Interface (CLI) Documentation
- gcloud projects list
- gcloud functions list
- gcloud functions describe
- gcloud functions runtimes list
- gcloud functions deploy