mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
191cf276c3
Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
8 lines
124 B
Python
Executable File
8 lines
124 B
Python
Executable File
#!/usr/bin/env python3
|
|
import sys
|
|
|
|
from prowler.__main__ import prowler
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(prowler())
|