Skip to content

Comments

Create gcs.tf#1

Merged
canahmetbe merged 1 commit intomainfrom
canahmetbe-patch-1
Oct 23, 2025
Merged

Create gcs.tf#1
canahmetbe merged 1 commit intomainfrom
canahmetbe-patch-1

Conversation

@canahmetbe
Copy link
Owner

No description provided.

@canahmetbe canahmetbe merged commit d02571c into main Oct 23, 2025
1 check failed
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.

1 participant