jinugasachio / terraform-workspace-type

0 stars 0 forks source link

Update dependency aquasecurity/tfsec to v1.1.3 #36

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
aquasecurity/tfsec patch v1.1.2 -> v1.1.3

Release Notes

aquasecurity/tfsec ### [`v1.1.3`](https://togithub.com/aquasecurity/tfsec/releases/v1.1.3) [Compare Source](https://togithub.com/aquasecurity/tfsec/compare/v1.1.2...v1.1.3) #### What's Changed - chore(deps): bump github/issue-labeler from 2.0 to 2.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/aquasecurity/tfsec/pull/1513](https://togithub.com/aquasecurity/tfsec/pull/1513) - chore: Add ignore for go-cty updates by dependabot by [@​owenrumney](https://togithub.com/owenrumney) in [https://github.com/aquasecurity/tfsec/pull/1520](https://togithub.com/aquasecurity/tfsec/pull/1520) - fix: tfsec output links for custom checks by [@​gabrielleecredera](https://togithub.com/gabrielleecredera) in [https://github.com/aquasecurity/tfsec/pull/1519](https://togithub.com/aquasecurity/tfsec/pull/1519) - chore: update defsec version by [@​owenrumney](https://togithub.com/owenrumney) in [https://github.com/aquasecurity/tfsec/pull/1522](https://togithub.com/aquasecurity/tfsec/pull/1522) **Full Changelog**: https://github.com/aquasecurity/tfsec/compare/v1.1.2...v1.1.3

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

jinugasachio commented 2 years ago

Plan Result (.)

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
Change Result (Click me) ```hcl # aws_s3_bucket.bucket will be created + resource "aws_s3_bucket" "bucket" { + acceleration_status = (known after apply) + acl = "public-read" + arn = (known after apply) + bucket = (known after apply) + bucket_domain_name = (known after apply) + bucket_regional_domain_name = (known after apply) + force_destroy = false + hosted_zone_id = (known after apply) + id = (known after apply) + region = (known after apply) + request_payer = (known after apply) + tags_all = (known after apply) + website_domain = (known after apply) + website_endpoint = (known after apply) + versioning { + enabled = (known after apply) + mfa_delete = (known after apply) } } Plan: 1 to add, 0 to change, 0 to destroy. ```