From 329889ef5a1ceb697cc514d67790a30e28ebd239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:38:57 +0000 Subject: [PATCH] chore: Update dependency securego/gosec to v2.21.4 (#318) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [securego/gosec](https://redirect.github.com/securego/gosec) | patch | `v2.21.3` -> `v2.21.4` | --- ### Release Notes
securego/gosec (securego/gosec) ### [`v2.21.4`](https://redirect.github.com/securego/gosec/releases/tag/v2.21.4) [Compare Source](https://redirect.github.com/securego/gosec/compare/v2.21.3...v2.21.4) #### Changelog - [`d4617f5`](https://redirect.github.com/securego/gosec/commit/d4617f51baf75f4f809066386a4f9d27b3ac3e46) chore(deps): update module google.golang.org/api to v0.198.0 ([#​1233](https://redirect.github.com/securego/gosec/issues/1233)) - [`1d23143`](https://redirect.github.com/securego/gosec/commit/1d23143bee7e7e4862d955def8f8bb389fd8b456) Prevent panic: unexpected constant value: ([#​1232](https://redirect.github.com/securego/gosec/issues/1232)) - [`6741874`](https://redirect.github.com/securego/gosec/commit/6741874d9bc3feeba24ddb5fd353455a0da3b301) Fix running single analyzer which isn't a rule bug ([#​1231](https://redirect.github.com/securego/gosec/issues/1231)) - [`a836898`](https://redirect.github.com/securego/gosec/commit/a83689867d8e15cac0f94c1b55979c45df8f69d6) Update gosec version to v2.21.3 in github action ([#​1227](https://redirect.github.com/securego/gosec/issues/1227))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/terraform-provider-nobl9). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6879f88a..b739f612 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ BUILD_FLAGS="-X github.com/nobl9/terraform-provider-nobl9/nobl9.Version=$(VERSIO OS_ARCH?=linux_amd64 # renovate datasource=github-releases depName=securego/gosec -GOSEC_VERSION := v2.21.3 +GOSEC_VERSION := v2.21.4 # renovate datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION := v1.61.0 # renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck