Skip to content

Commit

Permalink
chore: Update dependency securego/gosec to v2.22.1 (#649)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [securego/gosec](https://redirect.github.com/securego/gosec) | patch |
`v2.22.0` -> `v2.22.1` |

---

### Release Notes

<details>
<summary>securego/gosec (securego/gosec)</summary>

###
[`v2.22.1`](https://redirect.github.com/securego/gosec/releases/tag/v2.22.1)

[Compare
Source](https://redirect.github.com/securego/gosec/compare/v2.22.0...v2.22.1)

#### Changelog

-
[`43fee88`](https://redirect.github.com/securego/gosec/commit/43fee884f668c23601e0bec7a8c095fba226f889)
Update cosign to v2.4.2
([#&#8203;1303](https://redirect.github.com/securego/gosec/issues/1303))
-
[`7723829`](https://redirect.github.com/securego/gosec/commit/77238291df6682591938942acd2b330229ab307d)
Add support for go 1.24 and phased out support for go 1.22
([#&#8203;1302](https://redirect.github.com/securego/gosec/issues/1302))
-
[`9552f03`](https://redirect.github.com/securego/gosec/commit/9552f0372db9a3c730adae2328f542e5a6bd82e5)
chore(deps): update all dependencies
([#&#8203;1300](https://redirect.github.com/securego/gosec/issues/1300))
-
[`f4d2576`](https://redirect.github.com/securego/gosec/commit/f4d2576c3634700f06a59e191003834fa3703008)
Update to go version 1.23.6 and 1.22.12
([#&#8203;1299](https://redirect.github.com/securego/gosec/issues/1299))
-
[`2258e31`](https://redirect.github.com/securego/gosec/commit/2258e3108d07825c3504d831273ef844b6cfbc79)
chore(deps): update module google.golang.org/api to v0.219.0
([#&#8203;1296](https://redirect.github.com/securego/gosec/issues/1296))
-
[`fbb0833`](https://redirect.github.com/securego/gosec/commit/fbb08336de370d93b21a2956348159193507d384)
chore(deps): update module google.golang.org/api to v0.218.0
([#&#8203;1294](https://redirect.github.com/securego/gosec/issues/1294))
-
[`c66cb56`](https://redirect.github.com/securego/gosec/commit/c66cb56f093198af62904e900e28c34017d939f2)
Add test to conver unit parssing for G115 rule
([#&#8203;1293](https://redirect.github.com/securego/gosec/issues/1293))
-
[`59291a0`](https://redirect.github.com/securego/gosec/commit/59291a08aeb9c9dc9a61ee453e7a05cbfa297784)
Update to go version 1.23.5 and 1.22.11
([#&#8203;1291](https://redirect.github.com/securego/gosec/issues/1291))
-
[`7466b7c`](https://redirect.github.com/securego/gosec/commit/7466b7cad228fb713f911d10ca4f9e935d4e39a0)
chore(deps): update all dependencies
([#&#8203;1290](https://redirect.github.com/securego/gosec/issues/1290))
-
[`32dcc8a`](https://redirect.github.com/securego/gosec/commit/32dcc8a1f5b106becb905f20b4491f43061cbd15)
Update gosec in github action to 2.22.0
([#&#8203;1286](https://redirect.github.com/securego/gosec/issues/1286))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6"
(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.

---

- [ ] <!-- rebase-check -->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/nobl9-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 5923ab9 commit fc65b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BIN_DIR := ./bin
# renovate datasource=github-releases depName=abice/go-enum
GO_ENUM_VERSION := v0.6.0
# renovate datasource=github-releases depName=securego/gosec
GOSEC_VERSION := v2.22.0
GOSEC_VERSION := v2.22.1
# renovate datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v1.60.1
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
Expand Down

0 comments on commit fc65b84

Please sign in to comment.