Skip to content

Commit c337191

Browse files
fix: scanning secrets only for the last 5 commits (#78)
* fix: scanning secrets only for the last commit * Update reusable-build-test-release.yml
1 parent 2ce8a17 commit c337191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
- name: Trufflehog Actions Scan
321321
uses: edplato/[email protected]
322322
with:
323-
scanArguments: "--max_dept 50 -x .github/workflows/exclude-patterns.txt --allow .github/workflows/trufflehog-false-positive.json"
323+
scanArguments: "--max_dept 5 -x .github/workflows/exclude-patterns.txt --allow .github/workflows/trufflehog-false-positive.json"
324324

325325
semgrep:
326326
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)