Skip to content

Commit 53b9fc8

Browse files
committed
Attempting to mount github workspace for commit scans
1 parent a3e8506 commit 53b9fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
##########################################
9292
## Run TruffleHog ##
9393
##########################################
94-
results=$(docker run --rm -v .:/tmp -w /tmp \
94+
results=$(docker run --rm -v ${{ github.workspace }}:/tmp -w /tmp \
9595
ghcr.io/trufflesecurity/trufflehog:${VERSION} \
9696
git file:///tmp/ \
9797
--no-update \

0 commit comments

Comments
 (0)