mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
e856a6890d
* Add Docker source * Add metrics * Add test * Add debugging, address PR comments, fix path output * review suggestions
8 lines
199 B
Go
8 lines
199 B
Go
package common
|
|
|
|
const (
|
|
// MetricsNamespace is the namespace for all metrics.
|
|
MetricsNamespace = "trufflehog"
|
|
// MetricsSubsystem is the subsystem for all metrics.
|
|
MetricsSubsystem = "scanner"
|
|
)
|