Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 495 Bytes

PyPI.md

File metadata and controls

18 lines (12 loc) · 495 Bytes

Endor Labs Automated Tool for Scanning Things (ATST)

For use by Endor Labs customers and authorized users

Simplify deployment of Endor Labs into your CI.

Quick Start

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