We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7314304 commit 3a75821Copy full SHA for 3a75821
entrypoint.sh
@@ -66,5 +66,6 @@ trufflehog_cmd+=" --no-verification -j $GITHUB_WORKSPACE > /tmp/trufflehog_outpu
66
eval $trufflehog_cmd || :
67
68
# Execute the custom Python script to process findings
69
+cd /
70
mv /tmp/*.json .
71
python socket_external_tools_runner.py
0 commit comments