We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fcf33 commit e8f1bb9Copy full SHA for e8f1bb9
1 file changed
pkg/engine/defaults.go
@@ -417,6 +417,7 @@ import (
417
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher"
418
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey"
419
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport"
420
+ "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc"
421
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply"
422
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall"
423
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble"
@@ -1473,5 +1474,6 @@ func DefaultDetectors() []detectors.Detector {
1473
1474
transferwise.Scanner{},
1475
codemagic.Scanner{},
1476
mongodb.Scanner{},
1477
+ ngc.Scanner{},
1478
}
1479
0 commit comments