mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-13 00:17:18 +00:00
fix: include integration test in generate.go (#3415)
This commit is contained in:
parent
aa23f3d204
commit
c39c5cb4a7
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ func main() {
|
|||
WritePath: filepath.Join(folderPath(), nameLower+"_test.go"),
|
||||
ReplaceString: []string{"alchemy"},
|
||||
},
|
||||
{
|
||||
TemplatePath: "pkg/detectors/alchemy/alchemy_integration_test.go",
|
||||
WritePath: filepath.Join(folderPath(), nameLower+"_integration_test.go"),
|
||||
ReplaceString: []string{"alchemy"},
|
||||
},
|
||||
})
|
||||
// case "source":
|
||||
// mustWriteTemplates([]templateJob{
|
||||
|
|
Loading…
Reference in a new issue