Lint / lint (push) Waiting to run
Release / Release (push) Waiting to run
Scan for secrets / test (push) Waiting to run
Snifftest / Run Snifftest (push) Waiting to run
Test / test (push) Waiting to run
Test / test-detectors (push) Waiting to run
* Add Docker source * Add metrics * Add test * Add debugging, address PR comments, fix path output * review suggestions
9 lines
199 B
Go
9 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"
|
|
)
|