Skip to content

Commit d354010

Browse files
chore(deps): bump trufflesecurity/trufflehog from 3.93.8 to 3.94.0 (#42)
Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.93.8 to 3.94.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trufflesecurity/trufflehog/releases">trufflesecurity/trufflehog's releases</a>.</em></p> <blockquote> <h2>v3.94.0</h2> <h2>What's Changed</h2> <ul> <li>Use trContext instead of context throughout Filesystem source by <a href="https://github.com/camgunz"><code>@​camgunz</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4804">trufflesecurity/trufflehog#4804</a></li> <li>Make naming more consistent in the Filesystem source by <a href="https://github.com/camgunz"><code>@​camgunz</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4805">trufflesecurity/trufflehog#4805</a></li> <li>Rearrange some method parameters in the Filesystem source by <a href="https://github.com/camgunz"><code>@​camgunz</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4806">trufflesecurity/trufflehog#4806</a></li> <li>[INS-254] Datadog detector verification fix and endpoint configuration by <a href="https://github.com/MuneebUllahKhan222"><code>@​MuneebUllahKhan222</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4616">trufflesecurity/trufflehog#4616</a></li> <li>[INS-241] Datadogapikey detector by <a href="https://github.com/MuneebUllahKhan222"><code>@​MuneebUllahKhan222</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4627">trufflesecurity/trufflehog#4627</a></li> <li>Analysis info now uses snake case by <a href="https://github.com/MuneebUllahKhan222"><code>@​MuneebUllahKhan222</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4765">trufflesecurity/trufflehog#4765</a></li> <li>Add anypoint oauth2 detector to defaults.go by <a href="https://github.com/mustansir14"><code>@​mustansir14</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4722">trufflesecurity/trufflehog#4722</a></li> <li>Update README formatting and CLI help output by <a href="https://github.com/bryanbeverly"><code>@​bryanbeverly</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4758">trufflesecurity/trufflehog#4758</a></li> <li>Add test cases for escaped unicode by <a href="https://github.com/casey-tran"><code>@​casey-tran</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4812">trufflesecurity/trufflehog#4812</a></li> <li>Confine symlink state handling to scanSymlink in Filesystem source by <a href="https://github.com/camgunz"><code>@​camgunz</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4807">trufflesecurity/trufflehog#4807</a></li> <li>Expand tilde manually in TUI by <a href="https://github.com/mcastorina"><code>@​mcastorina</code></a> in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4827">trufflesecurity/trufflehog#4827</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bryanbeverly"><code>@​bryanbeverly</code></a> made their first contribution in <a href="https://redirect.github.com/trufflesecurity/trufflehog/pull/4758">trufflesecurity/trufflehog#4758</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trufflesecurity/trufflehog/compare/v3.93.8...v3.94.0">https://github.com/trufflesecurity/trufflehog/compare/v3.93.8...v3.94.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7"><code>6c64db9</code></a> Expand tilde manually in TUI (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4827">#4827</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/afd5336caad0f61da51750ffe39869974b27b0db"><code>afd5336</code></a> Confine symlink state handling to scanSymlink in Filesystem source (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4807">#4807</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/d17df4845197a68cbc37d33ad0e7f325b45c0033"><code>d17df48</code></a> Add test cases for escaped unicode (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4812">#4812</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/aeb12782f0d33a6fea85467d617ad37ea205154b"><code>aeb1278</code></a> Update README formatting and CLI help output (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4758">#4758</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/42b02effea51fe010d760597336cb42cf58a8daa"><code>42b02ef</code></a> Add anypoint oauth2 detector to defaults.go (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4722">#4722</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/4860052fc923ce00536db0f7b257092794dbb750"><code>4860052</code></a> Analysis info now uses snake case (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4765">#4765</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/f9d1850dad54461ed13e442bd4089bd01f04857b"><code>f9d1850</code></a> [INS-241] Datadogapikey detector (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4627">#4627</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/16d6dcf0006f63105058bd878608005f3e9fc71c"><code>16d6dcf</code></a> [INS-254] Datadog detector verification fix and endpoint configuration (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4616">#4616</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/bc31aa9770aede25373edf1ba2f952fed5211866"><code>bc31aa9</code></a> Rearrange some method parameters in the Filesystem source (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4806">#4806</a>)</li> <li><a href="https://github.com/trufflesecurity/trufflehog/commit/5fb6dfd56a56b19b63d17eeade6ba64ae4eb8d7f"><code>5fb6dfd</code></a> Make naming more consistent in the Filesystem source (<a href="https://redirect.github.com/trufflesecurity/trufflehog/issues/4805">#4805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/trufflesecurity/trufflehog/compare/6c05c4a00b91aa542267d8e32a8254774799d68d...6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trufflesecurity/trufflehog&package-manager=github_actions&previous-version=3.93.8&new-version=3.94.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent a224c80 commit d354010

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
find . -type f -perm /111 -name "*.sh" | head -10 || true
2020
2121
- name: Check for secrets
22-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
22+
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3.94.0
2323
with:
2424
path: ./
2525
base: ${{ github.event.pull_request.base.sha || github.event.before }}

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # Full history for scanning
2020

2121
- name: TruffleHog Secret Scan
22-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3
22+
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3
2323
with:
2424
extra_args: --only-verified --fail
2525

0 commit comments

Comments
 (0)