Installing wapiti...
Cloning into 'master'...
fatal: repository 'https://github.com/wapiti-scanner/wapiti/tree/master/' not found
Traceback (most recent call last):
File "/home/aseren/Desktop/DevSecOpsBuilder/devsecopsbuilder/pipeline_executer.py", line 30, in install_tools
subprocess.run(help_command, shell=True, check=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
File "/home/aseren/anaconda3/envs/redscan/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'wapiti --help' returned non-zero exit status 127.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aseren/Desktop/DevSecOpsBuilder/main.py", line 87, in <module>
main()
File "/home/aseren/Desktop/DevSecOpsBuilder/main.py", line 52, in main
pipeline_executer.install_tools(default_tools)
File "/home/aseren/Desktop/DevSecOpsBuilder/devsecopsbuilder/pipeline_executer.py", line 35, in install_tools
subprocess.run(install_command, shell=True, check=True)
File "/home/aseren/anaconda3/envs/redscan/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'git clone https://github.com/wapiti-scanner/wapiti/tree/master && cd wapiti && make install' returned non-zero exit status 128.
Probably, there is an issue about GitHub repository we use. It may require logging in or it is just missing. We can clone it to another repository and perform the install with that.
This error occurred during installation:
Probably, there is an issue about GitHub repository we use. It may require logging in or it is just missing. We can clone it to another repository and perform the install with that.