trufflehog/pkg/sources
joeleonjr fa9469cfc7
Docker scanning by digest (#1615)
* added functionality to scan docker images with digests instead of tags

* cleaned import statement

* added unit test for baseAndTag parsing + remote digest scan
2023-08-11 16:53:12 -05:00
..
circleci Use common chunk reader (#1596) 2023-08-07 12:55:28 -07:00
docker Docker scanning by digest (#1615) 2023-08-11 16:53:12 -05:00
filesystem Use the common chunker for scanning the filesystem source (#1619) 2023-08-11 13:40:10 -07:00
gcs Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
git Move commits_scanned to ScanRepo (#1610) 2023-08-07 14:28:57 -07:00
github [bug] - Fix unlocking an unlocked mutex (#1583) 2023-07-31 14:06:41 -07:00
gitlab feat(git): include line in github & gitlab links (#1466) 2023-07-11 20:02:27 -07:00
s3 Use common chunk reader (#1596) 2023-08-07 12:55:28 -07:00
syslog Add Validator interface and example (#1397) 2023-06-15 08:24:32 -07:00
chunker.go Use common chunk reader (#1596) 2023-08-07 12:55:28 -07:00
chunker_test.go Use common chunk reader (#1596) 2023-08-07 12:55:28 -07:00
errors.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
errors_test.go Implement String for ScanErrors (#1131) 2023-02-27 21:02:59 -06:00
job_progress.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
job_progress_test.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
mock_job_progress_test.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05: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 Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
source_manager_test.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
source_unit.go Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
sources.go initial support for bare repositories (#1499) 2023-08-03 11:23:41 -05:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00