Skip to content

Commit

Permalink
use v3.88.1 instead of latest image always
Browse files Browse the repository at this point in the history
  • Loading branch information
pishone-accuknox authored Jan 9, 2025
1 parent ed653a4 commit 4853cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
fi
fi
docker run --rm -v "$PWD:/pwd" trufflesecurity/trufflehog:latest git file:///pwd \
docker run --rm -v "$PWD:/pwd" trufflesecurity/trufflehog:3.88.1 git file:///pwd \
--json --no-update $BRANCH_FLAG $RESULTS_FLAG $FAIL_FLAG $EXCLUDE_FLAG $EXTRA_ARGS > trufflehog-results.json || exit_code=$?
echo "TRUFFLEHOG_EXIT_CODE=${exit_code:-0}" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 4853cd9

Please sign in to comment.