Skip to content

Commit 4b80c4a

Browse files
authored
Fix: truffle hog, invalid commit hash. (#564)
Signed-off-by: Kunal Singh <[email protected]>
1 parent 12785f9 commit 4b80c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/secret_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: trufflesecurity/trufflehog@8b6f55b592e46ac44a42dc3e3dee0ebcc0f56df5
2121
with:
2222
path: ./
23-
base: main
24-
head: HEAD
23+
base: ${{ github.event.pull_request.base.sha }}
24+
head: ${{ github.event.pull_request.head.sha }}
2525

0 commit comments

Comments
 (0)