trufflehog/pkg/sources
James Telfer 0024b6ce77
feat: support docker image history scanning (#2882)
* feat: support docker image history scanning

* refactor: collapse error handling into return

Style suggestion from review feedback.

* fix: associate layers with history entries

Where possible, add the associated layer to the history entry record. This may help tracing any issues discovered.

This also changes the entry reference format to `image-metadata:history:%d:created-by` which _may_ be more self-explanatory.
2024-05-28 14:07:43 -07:00
..
circleci [feat] - Make the client configurable (#2528) 2024-03-01 13:29:25 -08:00
docker feat: support docker image history scanning (#2882) 2024-05-28 14:07:43 -07:00
elasticsearch Elastic adapter (#2727) 2024-05-24 09:38:20 -05:00
filesystem [refactor] - Create separate handler for non-archive data (#2825) 2024-05-15 13:40:16 -07:00
gcs [refactor] - Create separate handler for non-archive data (#2825) 2024-05-15 13:40:16 -07:00
git upgrade github dep (#2858) 2024-05-16 14:35:08 -07:00
github test(github): fix some errors (#2774) 2024-05-24 13:03:41 -07:00
gitlab Log reasons for GitLab repo exclusion (#2875) 2024-05-23 09:08:36 -04:00
postman add tolower to all keywords, and remove return on error for global vars (#2852) 2024-05-16 14:03:03 -05:00
s3 [refactor] - Create separate handler for non-archive data (#2825) 2024-05-15 13:40:16 -07:00
syslog 1833 Fix syslog udp (#1835) 2024-01-08 09:59:48 -08:00
travisci [feat] - Make the client configurable (#2528) 2024-03-01 13:29:25 -08:00
chunker.go Fix goroutine leak (#2251) 2023-12-20 21:09:05 -08:00
chunker_test.go Fix goroutine leak (#2251) 2023-12-20 21:09:05 -08:00
errors.go fix(github): resolve panic & test failures (#2608) 2024-03-22 09:49:01 -07:00
errors_test.go Fix additional GitHub test errors #2614 2024-03-26 09:34:12 -04:00
job_progress.go pkg: fix function names in comment (#2761) 2024-04-29 11:21:26 -05:00
job_progress_hook.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
job_progress_test.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
legacy_reporters.go [chore] Rename file to legacy_reporters.go (#2406) 2024-02-09 18:17:46 -08:00
metrics.go Refactor UnitHook to block the scan if finished metrics aren't handled (#2309) 2024-02-08 14:50:58 -08:00
mock_job_progress_test.go replace interface{} with any. (#1771) 2023-09-15 04:35:15 -07:00
resume.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
resume_test.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
source_manager.go set default buffer size to 64 (#2778) 2024-05-03 08:42:18 -07:00
source_manager_test.go increase test chan size (#2797) 2024-05-07 11:11:11 -04:00
source_unit.go Add Display method to SourceUnit and Kind member to the CommonSourceUnit (#2450) 2024-02-20 11:24:13 -08:00
sources.go Elastic adapter (#2727) 2024-05-24 09:38:20 -05:00
sources_test.go [chore] - Update Chunk struct comment (#2317) 2024-01-20 13:31:27 -08:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00