chore(deps): update zricethezav/gitleaks docker tag to v8.22.1 (#84)
All checks were successful
lint, build and push / lint (push) Successful in 4s
lint, build and push / build (push) Successful in 2m17s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [zricethezav/gitleaks](https://github.com/gitleaks/gitleaks) | docker | patch | `v8.22.0` -> `v8.22.1` |

---

### Release Notes

<details>
<summary>gitleaks/gitleaks (zricethezav/gitleaks)</summary>

### [`v8.22.1`](https://github.com/gitleaks/gitleaks/releases/tag/v8.22.1)

[Compare Source](https://github.com/gitleaks/gitleaks/compare/v8.22.0...v8.22.1)

#### Changelog

-   [`b69b515`](https://github.com/gitleaks/gitleaks/commit/b69b515) Entropy trace ([#&#8203;1659](https://github.com/gitleaks/gitleaks/issues/1659))
-   [`7357adc`](https://github.com/gitleaks/gitleaks/commit/7357adc) build: add 'toolchain' to go.mod ([#&#8203;1682](https://github.com/gitleaks/gitleaks/issues/1682))
-   [`4c3da6e`](https://github.com/gitleaks/gitleaks/commit/4c3da6e) refactor(detect): create readUntilSafeBoundary + add tests ([#&#8203;1676](https://github.com/gitleaks/gitleaks/issues/1676))
-   [`dbe3746`](https://github.com/gitleaks/gitleaks/commit/dbe3746) twitter really does suck ass now
-   [`7edfc6b`](https://github.com/gitleaks/gitleaks/commit/7edfc6b) chore(tests): test cases for generate.go ([#&#8203;1623](https://github.com/gitleaks/gitleaks/issues/1623))
-   [`efe40ca`](https://github.com/gitleaks/gitleaks/commit/efe40ca) fix: only use non-empty secret groups ([#&#8203;1632](https://github.com/gitleaks/gitleaks/issues/1632))
-   [`7cb5f6f`](https://github.com/gitleaks/gitleaks/commit/7cb5f6f) build: upgrade sprig v2->v3 ([#&#8203;1674](https://github.com/gitleaks/gitleaks/issues/1674))
-   [`2930537`](https://github.com/gitleaks/gitleaks/commit/2930537) fix: generate report file even if no findings ([#&#8203;1673](https://github.com/gitleaks/gitleaks/issues/1673))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged previously.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: #84
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-12-30 21:49:41 +01:00 committed by Michael Grote
parent 84438bd88c
commit b60a7366ea

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gitleaks
uses: docker://zricethezav/gitleaks:v8.22.0
uses: docker://zricethezav/gitleaks:v8.22.1
with:
args: detect --no-git --verbose --source ${{ github.workspace }}
- name: Run hadolint