LOW
Source
CloudSploit
ID
bucket-versioning

Bucket Versioning

Ensures object versioning is enabled on storage buckets

Object versioning can help protect against the overwriting of objects or data loss in the event of a compromise.

Follow the appropriate remediation steps below to resolve the issue.

  1. Log into the Google Cloud Platform Console.

  2. Click on the ‘cloud shell’ icon on the top left of navigation bar ,as Bucket Versioning can only be enabled by using the CLI (Command Line Interface) .Step

  3. Enter the command gsutil versioning set on gs://[BUCKET_NAME] Step

  4. Repeat steps 3 to enable versioning to all other buckets in the project.