Skip to content

Commit

Permalink
fix: scanning secrets only for the last 5 commits (#78)
Browse files Browse the repository at this point in the history
* fix: scanning secrets only for the last commit

* Update reusable-build-test-release.yml
  • Loading branch information
uoboda-splunk authored May 31, 2023
1 parent 2ce8a17 commit c337191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Trufflehog Actions Scan
uses: edplato/[email protected]
with:
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"

semgrep:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c337191

Please sign in to comment.