We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e8506 commit 53b9fc8Copy full SHA for 53b9fc8
action.yml
@@ -91,7 +91,7 @@ runs:
91
##########################################
92
## Run TruffleHog ##
93
94
- results=$(docker run --rm -v .:/tmp -w /tmp \
+ results=$(docker run --rm -v ${{ github.workspace }}:/tmp -w /tmp \
95
ghcr.io/trufflesecurity/trufflehog:${VERSION} \
96
git file:///tmp/ \
97
--no-update \
0 commit comments