We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe6795 commit 69ef721Copy full SHA for 69ef721
.github/workflows/security.yaml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 0
24
25
- name: Run TruffleHog Secret Scanning
26
- uses: trufflesecurity/trufflehog@b6b00bbe5460109a21287b6612bd68a86bf060c2 # v3.88.3
+ uses: trufflesecurity/trufflehog@853e1e8d249fd1e29d0fcc7280d29b03df3d643d # v3.88.4
27
with:
28
path: ./
29
base: ${{ github.event.repository.default_branch }}
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
- .ci/markdownlint/.markdownlint.yaml
48
49
- repo: https://github.com/trufflesecurity/trufflehog
50
- rev: v3.88.3
+ rev: v3.88.4
51
hooks:
52
- id: trufflehog
53
0 commit comments