File tree 1 file changed +15
-15
lines changed 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,21 @@ jobs:
128
128
129
129
# 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.
130
130
# 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
146
146
147
147
# TODO: Uncomment when the repository is publicly.
148
148
# DependencyReview:
You can’t perform that action at this time.
0 commit comments