Skip to content

tuckner/automation-capability-matrix

Repository files navigation

Automation Capability Matrix

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

Features

  • 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

Future improvements

  • Export to more file formats
  • More matrices
  • References in capabilities
  • Linked workflow view
  • Accounts
  • Metrics & dashboard
  • API

Run

Installation

  1. Clone this repository into your local machine
git clone https://github.com/tuckner/automation-capability-matrix.git
  1. Install dependencies
yarn install
  1. Run developer mode
yarn run dev
  1. Run preview mode
yarn run test

Docker

  1. Build image
docker build . -t acm
  1. Run image
docker run -p 3000:3000 acm
  1. Access service at http://localhost:3000

Credit