mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
fix(pyproject): Rename prowler.py (#7217)
This commit is contained in:
7
prowler-cli.py
Executable file
7
prowler-cli.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
|
||||
from prowler.__main__ import prowler
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(prowler())
|
||||
Reference in New Issue
Block a user