Skip to content

Commit 7b7569b

Browse files
gitleak-issue (#121)
1 parent 811ca25 commit 7b7569b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bulwark-gitleaks-pr-validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: github.event.pull_request.head.repo.full_name != github.repository
2929
shell: sh
3030
run: |
31-
git clone https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git -b ${BRANCH}
31+
git clone https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git -b ${BRANCH} ${REPO}
3232
cd ${REPO}
3333
git remote add scRepo https://github.com/${{ github.repository }}.git
3434
git fetch scRepo
@@ -45,4 +45,4 @@ jobs:
4545
exit 1
4646
else
4747
echo "GitLeaks validation check passed"
48-
fi
48+
fi

0 commit comments

Comments
 (0)