Skip to content

Commit

Permalink
Bump trufflehog KGV (#551)
Browse files Browse the repository at this point in the history
Some older versions _can_ vary between platforms (wasn't seeing this
locally, only in CI) in the issues they report for `--only-verified`
(particularly SSH keys). See
[here](https://github.com/trunk-io/plugins/actions/runs/6781616544/job/18432247238).
The latest versions appear to pretty stable when it comes to this. Bump
the KGV and remove old snapshots to get tests passing.
  • Loading branch information
TylerJang27 authored Nov 8, 2023
1 parent 84323c3 commit f365c86
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 240 deletions.
6 changes: 3 additions & 3 deletions linters/trufflehog/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ tools:
- name: trufflehog
download: trufflehog
shims: [trufflehog]
known_good_version: 3.31.3
known_good_version: 3.59.0
lint:
definitions:
- name: trufflehog
files: [ALL]
tools: [trufflehog]
known_good_version: 3.31.3
known_good_version: 3.59.0
known_bad_versions: [3.41.0, 3.45.0, 3.60.1, 3.60.2]
commands:
- name: lint
Expand All @@ -47,7 +47,7 @@ lint:
- name: trufflehog-git
files: [ALL]
download: trufflehog
known_good_version: 3.40.0
known_good_version: 3.59.0
known_bad_versions: [3.41.0, 3.60.1, 3.60.2]
hold_the_line: false
commands:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions linters/trufflehog/test_data/trufflehog_v3.31.3_secrets.check.shot

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions linters/trufflehog/test_data/trufflehog_v3.40.0_secrets.check.shot

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions linters/trufflehog/test_data/trufflehog_v3.49.0_secrets.check.shot

This file was deleted.

0 comments on commit f365c86

Please sign in to comment.