For use by Endor Labs customers and authorized users
Simplify deployment of Endor Labs into your CI.
In your CI, set your namespace and auth variables per Endor Labs docs and:
python3 -m venv ../.atst
../.atst/bin/python3 -m pip install endorlabs-atst
../.atst/bin/endorlabs-atst setup
../.atst/bin/endorctl scan [OPTIIONS]
See endorlabs/atst on GitHub for more details