Skip to content

Commit

Permalink
Disabling online secrets validation by trufflehog to prevent suspicio…
Browse files Browse the repository at this point in the history
…us activity from AWS (#542)

Co-authored-by: ArturGolda <artur.golda@sprykercom>
  • Loading branch information
ArturGolda and ArturGolda authored Dec 16, 2024
1 parent 16517a0 commit 28058dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
path: ./
base: "" # No specific base commit for comparison, scans the entire branch
head: ${{ github.ref_name }} # Current branch name
extra_args: --exclude-detectors uri --exclude-paths .trufflehog/.trufflehogignore.txt # Exclude the URI detector and specific files from scanning
extra_args: --exclude-detectors uri --exclude-paths .trufflehog/.trufflehogignore.txt --no-verification # Exclude the URI detector and specific files from scanning

0 comments on commit 28058dc

Please sign in to comment.