Skip to content

Commit

Permalink
ci(trufflehog): bump to 3.80.3 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro authored Jul 30, 2024
1 parent 65591f3 commit d93810b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# echo "latest_tag_name=$LATEST_TAG_NAME" >> "$GITHUB_OUTPUT"
# echo "latest_release=$LATEST_RELEASE" >> "$GITHUB_OUTPUT"
run: |
echo "latest_tag_name=v3.79.0" >> "$GITHUB_OUTPUT"
echo "latest_release=3.79.0" >> "$GITHUB_OUTPUT"
echo "latest_tag_name=v3.80.3" >> "$GITHUB_OUTPUT"
echo "latest_release=3.80.3" >> "$GITHUB_OUTPUT"
- name: Download and verify TruffleHog release
run: |
Expand Down

0 comments on commit d93810b

Please sign in to comment.