Skip to content

Commit 4e9433f

Browse files
authored
fix: workflow SecretScan (#22)
2 parents 72df28c + 3ae4ff1 commit 4e9433f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ jobs:
139139
- name: TruffleHog OSS
140140
uses: trufflesecurity/trufflehog@main
141141
with:
142-
path: ./
143-
base: ${{ github.event.repository.default_branch }}
144-
head: HEAD
145-
extra_args: --debug --json
142+
#path: ./
143+
#base: ${{ github.event.repository.default_branch }}
144+
#head: HEAD
145+
extra_args: --debug --json --only-verified
146146

147147
# TODO: Uncomment when the repository is publicly.
148148
# DependencyReview:

0 commit comments

Comments
 (0)