mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 07:43:57 +02:00
chore(deps): update trufflesecurity/trufflehog action to v3.75.1 (#68)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trufflesecurity/trufflehog](https://togithub.com/trufflesecurity/trufflehog) | action | patch | `v3.75.0` -> `v3.75.1` | --- ### Release Notes <details> <summary>trufflesecurity/trufflehog (trufflesecurity/trufflehog)</summary> ### [`v3.75.1`](https://togithub.com/trufflesecurity/trufflehog/releases/tag/v3.75.1) [Compare Source](https://togithub.com/trufflesecurity/trufflehog/compare/v3.75.0...v3.75.1) #### What's Changed - Update result's extra data for Slack by [@​abmussani](https://togithub.com/abmussani) in [https://github.com/trufflesecurity/trufflehog/pull/2779](https://togithub.com/trufflesecurity/trufflehog/pull/2779) - \[chore] - Update default buffer size by [@​ahrav](https://togithub.com/ahrav) in [https://github.com/trufflesecurity/trufflehog/pull/2778](https://togithub.com/trufflesecurity/trufflehog/pull/2778) - fix(deps): update module cloud.google.com/go/secretmanager to v1.13.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2775](https://togithub.com/trufflesecurity/trufflehog/pull/2775) - fix(deps): update module github.com/aws/aws-sdk-go to v1.52.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2776](https://togithub.com/trufflesecurity/trufflehog/pull/2776) - fix(deps): update module github.com/googleapis/gax-go/v2 to v2.12.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2781](https://togithub.com/trufflesecurity/trufflehog/pull/2781) - fix(deps): update module github.com/charmbracelet/bubbletea to v0.26.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2777](https://togithub.com/trufflesecurity/trufflehog/pull/2777) - fix(deps): update module golang.org/x/oauth2 to v0.20.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2785](https://togithub.com/trufflesecurity/trufflehog/pull/2785) - fix(deps): update module golang.org/x/text to v0.15.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2786](https://togithub.com/trufflesecurity/trufflehog/pull/2786) - fix(deps): update module google.golang.org/protobuf to v1.34.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/trufflesecurity/trufflehog/pull/2790](https://togithub.com/trufflesecurity/trufflehog/pull/2790) - \[bug] - Ignore FP check for the private key detector by [@​ahrav](https://togithub.com/ahrav) in [https://github.com/trufflesecurity/trufflehog/pull/2793](https://togithub.com/trufflesecurity/trufflehog/pull/2793) #### New Contributors - [@​abmussani](https://togithub.com/abmussani) made their first contribution in [https://github.com/trufflesecurity/trufflehog/pull/2779](https://togithub.com/trufflesecurity/trufflehog/pull/2779) **Full Changelog**: https://github.com/trufflesecurity/trufflehog/compare/v3.75.0...v3.75.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/matter-labs/vault-auth-tee). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
commit
891e323809
1 changed files with 1 additions and 1 deletions
2
.github/workflows/secrets_scanner.yaml
vendored
2
.github/workflows/secrets_scanner.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: TruffleHog OSS
|
- name: TruffleHog OSS
|
||||||
uses: trufflesecurity/trufflehog@4ea3a1376b709cebb6a5c7b664693fe733bd43f5 # v3.75.0
|
uses: trufflesecurity/trufflehog@27eae925deeeaf2bdad195eb197307b66596bf13 # v3.75.1
|
||||||
with:
|
with:
|
||||||
path: ./
|
path: ./
|
||||||
base: ${{ github.event.repository.default_branch }}
|
base: ${{ github.event.repository.default_branch }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue