There was an error while loading. Please reload this page.
1 parent 1f1129d commit 66a33a4Copy full SHA for 66a33a4
1 file changed
.github/workflows/secret-scan.yml
@@ -7,18 +7,15 @@ on:
7
branches: [ "main", "master" ]
8
9
jobs:
10
- trufflehog:
11
- name: Trufflehog Secret Scan
+ gitleaks:
+ name: Gitleaks Secret Scan
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - name: Run trufflehog
19
- uses: trufflesecurity/trufflehog@v3
20
- with:
21
- path: ./
22
- base: ${{ github.event.repository.default_branch }}
23
- head: HEAD
24
- extra_args: --debug --only-verified
+ - name: Run gitleaks
+ uses: gitleaks/gitleaks-action@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments