trufflehog/pkg/detectors/dareboost
trufflesteeeve 114f4b6989
Add Type() to detector interface (#1088)
* Add Type() to detector interface

The goal here is to allow the detector type information to be used
without the need for reflection. This could possibly allow us to more
easily inject information into detectors or filter them out if
necessary.

Co-authored-by: ahmed <ahmed.zahran@trufflesec.com>

* remove test detector

---------

Co-authored-by: ahmed <ahmed.zahran@trufflesec.com>
2023-02-09 14:46:03 -08:00
..
dareboost.go Add Type() to detector interface (#1088) 2023-02-09 14:46:03 -08:00
dareboost_test.go Mark detector tests with a build flag (#613) 2022-07-07 10:27:21 -07:00