From 18f6d04fc7cb10931dd513df81ca049cd7dfe4ac Mon Sep 17 00:00:00 2001 From: Chaer Date: Tue, 2 Jan 2024 20:51:16 +0800 Subject: [PATCH] disable SecretScan --- .github/workflows/check.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index bf0e6fb..de9a435 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -128,21 +128,21 @@ jobs: # 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. # More see: https://github.com/marketplace/actions/trufflehog-oss - SecretScan: - name: Secret Scan - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@main - with: - #path: ./ - #base: ${{ github.event.repository.default_branch }} - #head: HEAD - extra_args: --debug --json --only-verified +# SecretScan: +# name: Secret Scan +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# with: +# fetch-depth: 0 +# - name: TruffleHog OSS +# uses: trufflesecurity/trufflehog@main +# with: +# #path: ./ +# #base: ${{ github.event.repository.default_branch }} +# #head: HEAD +# extra_args: --debug --json --only-verified # TODO: Uncomment when the repository is publicly. # DependencyReview: