Skip to content

Commit 7433423

Browse files
authored
Scan only the src folder for secrets (#757)
1 parent 625770f commit 7433423

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: ./
16+
path: ./src
1717
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)