Ensure that automatic runtime security updates are enabled for your Cloud Run services in order to keep the services secure and protected against vulnerabilities without manual intervention.
efficiency
excellence
Google releases security patches and maintenance updates after a period of stability testing. Cloud Run services may apply updates to various parts of the execution environment, such as the Operating System (OS) or included packages. These updates help maintain a secure execution environment for your services. With automatic runtime security updates, Google Cloud Platform (GCP) will automatically manage the security updates released for your service runtime environment.
Audit
To determine if automatic runtime security updates are enabled for your Cloud Run services, perform the following operations:
Remediation / Resolution
To enable automatic runtime security updates for your Google Cloud Run services, perform the following operations:
References
- Google Cloud Platform (GCP) Documentation
- Supported language runtimes and base images
- Configure automatic base image updates
- GCP Command Line Interface (CLI) Documentation
- gcloud projects list
- gcloud run services list
- gcloud run services describe
- gcloud beta run deploy