Skip to content

Commit 8a06e83

Browse files
committed
Adding back in hardcoded options, but electing to use GHA vars
1 parent 53b9fc8 commit 8a06e83

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
@@ -94,6 +94,10 @@ runs:
9494
results=$(docker run --rm -v ${{ github.workspace }}:/tmp -w /tmp \
9595
ghcr.io/trufflesecurity/trufflehog:${VERSION} \
9696
git file:///tmp/ \
97+
--since-commit \
98+
${BASE:-''} \
99+
--branch \
100+
${HEAD:-''} \
97101
--no-update \
98102
--github-actions \
99103
${ARGS:-''})

0 commit comments

Comments
 (0)