Skip to content

Commit

Permalink
Import NGC detector
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Sep 21, 2022
1 parent 63fcf33 commit e8f1bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/engine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble"
Expand Down Expand Up @@ -1473,5 +1474,6 @@ func DefaultDetectors() []detectors.Detector {
transferwise.Scanner{},
codemagic.Scanner{},
mongodb.Scanner{},
ngc.Scanner{},
}
}

0 comments on commit e8f1bb9

Please sign in to comment.