Skip to content

Commit 55b2dc0

Browse files
committed
Adding back in hardcoded options, but electing to use GHA vars
1 parent 7e8f45d commit 55b2dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ runs:
101101
results=$(docker run --rm -v ${{ github.workspace }}:/tmp -w /tmp \
102102
ghcr.io/trufflesecurity/trufflehog:${VERSION} \
103103
git file:///tmp/ \
104+
--since-commit \
105+
${BASE:-''} \
106+
--branch \
107+
${HEAD:-''} \
104108
--no-update \
105109
--github-actions \
106110
${ARGS:-''})

0 commit comments

Comments
 (0)