Skip to content

Commit 3a75821

Browse files
authored
Minor fix to work with Github paths (#8)
1 parent 7314304 commit 3a75821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ trufflehog_cmd+=" --no-verification -j $GITHUB_WORKSPACE > /tmp/trufflehog_outpu
6666
eval $trufflehog_cmd || :
6767

6868
# Execute the custom Python script to process findings
69+
cd /
6970
mv /tmp/*.json .
7071
python socket_external_tools_runner.py

0 commit comments

Comments
 (0)