We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61660f commit ed20ebdCopy full SHA for ed20ebd
1 file changed
.github/workflows/devsecops.yml
@@ -39,8 +39,13 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v4
42
- - name: Gitleaks Secret Scan
43
- uses: gitleaks/gitleaks-action@v2
+ - name: TruffleHog Secret Scan
+ uses: trufflesecurity/trufflehog@main
44
+ with:
45
+ path: ./
46
+ base: main
47
+ head: HEAD
48
+ extra_args: --debug --only-verified
49
50
build:
51
name: Build Application
0 commit comments