Skip to content

Commit

Permalink
chore: Update dependency securego/gosec to v2.21.3 (#216)
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.21.2` -> `v2.21.3` |

---

### Release Notes

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

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

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

#### Changelog

-
[`be8bd6e`](https://redirect.github.com/securego/gosec/commit/be8bd6e40be105333f2bc783ba8d688154441559)
Populate the fixes only when autofix is not empty
([#&#8203;1226](https://redirect.github.com/securego/gosec/issues/1226))
-
[`3004932`](https://redirect.github.com/securego/gosec/commit/30049320058a3d116f9f0d3a98c7fdf3fedc20af)
chore(deps): update all dependencies
([#&#8203;1223](https://redirect.github.com/securego/gosec/issues/1223))
-
[`1f3bdd9`](https://redirect.github.com/securego/gosec/commit/1f3bdd93493b70e06e508b51ea7ad757e8f2f21e)
G115 Struct Attribute Checks
([#&#8203;1221](https://redirect.github.com/securego/gosec/issues/1221))
-
[`5f3194b`](https://redirect.github.com/securego/gosec/commit/5f3194b581979e508b0ba1ee22f1f1f85a314e16)
Update the github action to v2.21.2
([#&#8203;1218](https://redirect.github.com/securego/gosec/issues/1218))

</details>

---

### 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.

---

- [ ] <!-- 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/sloctl).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 77ca901 commit 95d0fab
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 @@ -15,7 +15,7 @@ ifndef REVISION
endif

# renovate datasource=github-releases depName=securego/gosec
GOSEC_VERSION := v2.21.2
GOSEC_VERSION := v2.21.3
# renovate datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v1.61.0
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
Expand Down

0 comments on commit 95d0fab

Please sign in to comment.