mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-22 00:34:24 +01:00
Add scan tests (#10)
* recon.targets tests added * restructured tests logically * fixed yaml error * fixed job names * recon.__init__ tests added * recon.config tests added * recon.amass.ParseAmassScan tests added * fixed test destined to fail on CI pipeline * testing amass partially complete this commit closes #6 and #8 updated existing tests to utilize new paths
This commit is contained in:
@@ -10,7 +10,9 @@ def is_kali():
|
||||
return any(
|
||||
[
|
||||
"kali" in x
|
||||
for x in subprocess.run("cat /etc/lsb-release".split(), stdout=subprocess.PIPE)
|
||||
for x in subprocess.run(
|
||||
"cat /etc/lsb-release".split(), stdout=subprocess.PIPE
|
||||
)
|
||||
.stdout.decode()
|
||||
.split()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user