Skip to content

Conversation

@nkanon
Copy link
Owner

@nkanon nkanon commented Nov 12, 2025

No description provided.

Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Ensure Cloud storage has versioning enabled Error

Ensure Cloud storage has versioning enabled
Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Ensure that Cloud Storage buckets have uniform bucket-level access enabled Error

Ensure that Cloud Storage buckets have uniform bucket-level access enabled
Comment on lines +6 to +13
resource "google_storage_bucket" "example" {
name = "demo-${random_id.rand_suffix.hex}"
location = "us-central1"
force_destroy = true

uniform_bucket_level_access = false
public_access_prevention = "enforced"
}

Check failure

Code scanning / checkov

Bucket should log access Error

Bucket should log access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants