File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments