Skip to content

Commit 9f6c473

Browse files
authored
Fix the duplicate issue (#33)
Signed-off-by: sandhi <sagarwal@progress.com>
1 parent 4520363 commit 9f6c473

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/trufflehog.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
git fetch origin main
3939
git branch main origin/main
4040
41-
- name: Setup git refs for PR scan
42-
if: ${{ inputs.github-event-name == 'pull_request' }}
43-
run: |
44-
git fetch origin main
45-
git branch main origin/main
46-
4741
- name: TruffleHog Full secret scan
4842
id: trufflehog-full-scan
4943
if: ${{ inputs.github-event-name != 'pull_request' }}

0 commit comments

Comments
 (0)