diff --git a/bridgecrew/main.py b/bridgecrew/main.py index e7294aa8..785a4dc4 100644 --- a/bridgecrew/main.py +++ b/bridgecrew/main.py @@ -10,6 +10,6 @@ def run(): if __name__ == "__main__": + run() print("DEPRECATED: This project is no longer supported and will be archived end of 2023.") print(" Please use checkov instead, pip install checkov") - run()