The Automation Capability Matrix is a framework for analyzing automated workflows an organization has implemented. This interactive tool allows for anyone to assess their security automation program by aligning workflows to common automation capabilities.
- Add new capabilities with descriptions
- Light/dark mode
- Order capabilities by importance
- Track workflows that align with capabilities
- Local browser storage of configuration
- Export of configuration
- Configuration import
- Export to more file formats
- More matrices
- References in capabilities
- Linked workflow view
- Accounts
- Metrics & dashboard
- API
- Clone this repository into your local machine
git clone https://github.com/tuckner/automation-capability-matrix.git
- Install dependencies
yarn install
- Run developer mode
yarn run dev
- Run preview mode
yarn run test
- Build image
docker build . -t acm
- Run image
docker run -p 3000:3000 acm
- Access service at
http://localhost:3000