Skip to content

Commit 76d3366

Browse files
[DEVOPS-10128] Replace TruffleHog with Gitleaks for secret scanning
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f27928e commit 76d3366

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/secrets_scan.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,5 @@ on:
44
pull_request:
55

66
jobs:
7-
TruffleHog:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout code
11-
uses: actions/checkout@v4
12-
with:
13-
fetch-depth: 0
14-
- name: Secret Scanning
15-
uses: trufflesecurity/trufflehog@main
16-
with:
17-
extra_args: --only-verified
7+
gitleaks:
8+
uses: Labelbox/reusable-workflows/.github/workflows/Secret-Scan.yml@main

0 commit comments

Comments
 (0)