nlamirault / terraform-google-traffic-director

Terraform module for Google Traffic Director
0 stars 2 forks source link

Update cirrus-actions/rebase action to v1.8 #14

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cirrus-actions/rebase action minor 1.7 -> 1.8

Release Notes

cirrus-actions/rebase ### [`v1.8`](https://togithub.com/cirrus-actions/rebase/releases/tag/1.8) [Compare Source](https://togithub.com/cirrus-actions/rebase/compare/1.7...1.8) #### What's Changed - docs: Fix errors in the example in README.md ([#​1](https://togithub.com/cirrus-actions/rebase/issues/1)) by [@​martolini](https://togithub.com/martolini) in [https://github.com/cirrus-actions/rebase/pull/98](https://togithub.com/cirrus-actions/rebase/pull/98) - `runs-on` property missing. by [@​dim0627](https://togithub.com/dim0627) in [https://github.com/cirrus-actions/rebase/pull/102](https://togithub.com/cirrus-actions/rebase/pull/102) - fix(chore): bugs autosquash always set true by [@​adeherysh](https://togithub.com/adeherysh) in [https://github.com/cirrus-actions/rebase/pull/103](https://togithub.com/cirrus-actions/rebase/pull/103) #### New Contributors - [@​martolini](https://togithub.com/martolini) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/98](https://togithub.com/cirrus-actions/rebase/pull/98) - [@​dim0627](https://togithub.com/dim0627) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/102](https://togithub.com/cirrus-actions/rebase/pull/102) - [@​adeherysh](https://togithub.com/adeherysh) made their first contribution in [https://github.com/cirrus-actions/rebase/pull/103](https://togithub.com/cirrus-actions/rebase/pull/103) **Full Changelog**: https://github.com/cirrus-actions/rebase/compare/1.7...1.8

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

Terraform Security Scan Failed

Show Output ```hcl Results #1-2 CRITICAL Firewall rule allows ingress traffic from multiple addresses on the public internet. (2 similar results) ──────────────────────────────────────────────────────────────────────────────── firewall.tf:24-27 ──────────────────────────────────────────────────────────────────────────────── 15 resource "google_compute_firewall" "this" { .. 24 β”Œ source_ranges = [ 25 β”‚ "35.191.0.0/16", 26 β”‚ "130.211.0.0/22" 27 β”” ] .. 39 } ──────────────────────────────────────────────────────────────────────────────── Individual Causes - firewall.tf:15-39 (google_compute_firewall.this) 2 instances ──────────────────────────────────────────────────────────────────────────────── ID google-compute-no-public-ingress Impact The port is exposed for ingress from the internet Resolution Set a more restrictive cidr range More Information - https://aquasecurity.github.io/tfsec/latest/checks/google/compute/no-public-ingress/ - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_firewall#source_ranges - https://www.terraform.io/docs/providers/google/r/compute_firewall.html ──────────────────────────────────────────────────────────────────────────────── timings ────────────────────────────────────────── disk i/o 142.102Β΅s parsing 952.706Β΅s adaptation 118.601Β΅s checks 14.464195ms total 15.677604ms counts ────────────────────────────────────────── modules downloaded 0 modules processed 1 blocks processed 15 files read 7 results ────────────────────────────────────────── passed 2 ignored 0 critical 2 high 0 medium 0 low 0 2 passed, 2 potential problem(s) detected. ```