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 2ce8a17 commit c337191Copy full SHA for c337191
.github/workflows/reusable-build-test-release.yml
@@ -320,7 +320,7 @@ jobs:
320
- name: Trufflehog Actions Scan
321
uses: edplato/trufflehog-actions-scan@v0.9l-beta
322
with:
323
- scanArguments: "--max_dept 50 -x .github/workflows/exclude-patterns.txt --allow .github/workflows/trufflehog-false-positive.json"
+ scanArguments: "--max_dept 5 -x .github/workflows/exclude-patterns.txt --allow .github/workflows/trufflehog-false-positive.json"
324
325
semgrep:
326
runs-on: ubuntu-latest
0 commit comments