mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 23:34:27 +01:00
@@ -123,7 +123,7 @@ class TKOSubsScan(luigi.Task):
|
|||||||
command = [
|
command = [
|
||||||
tools.get("tko-subs").get("path"),
|
tools.get("tko-subs").get("path"),
|
||||||
f"-domain={','.join(domains)}",
|
f"-domain={','.join(domains)}",
|
||||||
f"-data={tools.get('tko-subs').get('git_dir')}/providers-data.csv",
|
f"-data={tools.get('tko-subs').get('providers')}",
|
||||||
f"-output={self.output_file}",
|
f"-output={self.output_file}",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ dependencies: [go]
|
|||||||
go: &gotool !get_tool_path "{go[path]}"
|
go: &gotool !get_tool_path "{go[path]}"
|
||||||
path: !join_path [!get_default "{gopath}", bin/tko-subs]
|
path: !join_path [!get_default "{gopath}", bin/tko-subs]
|
||||||
environ: {"GOPATH": !get_default "{gopath}"}
|
environ: {"GOPATH": !get_default "{gopath}"}
|
||||||
|
providers: !join_path [!get_default "{gopath}", src/github.com/anshumanbh/tko-subs/providers-data.csv]
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- !join [*gotool, get, github.com/anshumanbh/tko-subs]
|
- !join [*gotool, get, github.com/anshumanbh/tko-subs]
|
||||||
|
|||||||
Reference in New Issue
Block a user