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.
![image](https://private-user-images.githubusercontent.com/8551704/294069152-e4123a21-8de0-4f7a-bb33-50d9cd84922e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MjkxNzUsIm5iZiI6MTczODkyODg3NSwicGF0aCI6Ii84NTUxNzA0LzI5NDA2OTE1Mi1lNDEyM2EyMS04ZGUwLTRmN2EtYmIzMy01MGQ5Y2Q4NDkyMmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTE0NzU1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODBmNjQ5NWRlMjI1NmY0ZmVmMjEzNjYxMzBiMmRiYzllMTI2NTkwZjc3ODc3ZDk0MGVhZWQwOWMzOTlkNzczNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.i3MlkOXrX7cf2mh939XejWucgunrGpaI2yRGb_0qR1M)
- 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