Skip to content

Commit 451fcc2

Browse files
authored
fix(ci): pass --trust-local-git-config to trufflehog (#1012)
1 parent 31659ad commit 451fcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secrets_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
fetch-depth: 0
1414
- uses: trufflesecurity/trufflehog@main
1515
with:
16-
path: ./src
16+
extra_args: --trust-local-git-config
1717
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)