Skip to content

Commit 8101267

Browse files
authored
disable SecretScan (#23)
2 parents 4e9433f + 18f6d04 commit 8101267

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/check.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@ jobs:
128128

129129
# The TruffleHog OSS Github Action can be used to scan a range of commits for leaked credentials. The action will fail if any results are found.
130130
# More see: https://github.com/marketplace/actions/trufflehog-oss
131-
SecretScan:
132-
name: Secret Scan
133-
runs-on: ubuntu-latest
134-
steps:
135-
- name: Checkout
136-
uses: actions/checkout@v3
137-
with:
138-
fetch-depth: 0
139-
- name: TruffleHog OSS
140-
uses: trufflesecurity/trufflehog@main
141-
with:
142-
#path: ./
143-
#base: ${{ github.event.repository.default_branch }}
144-
#head: HEAD
145-
extra_args: --debug --json --only-verified
131+
# SecretScan:
132+
# name: Secret Scan
133+
# runs-on: ubuntu-latest
134+
# steps:
135+
# - name: Checkout
136+
# uses: actions/checkout@v3
137+
# with:
138+
# fetch-depth: 0
139+
# - name: TruffleHog OSS
140+
# uses: trufflesecurity/trufflehog@main
141+
# with:
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)