Coder Social home page Coder Social logo

obax / devsecops-capability-model Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jujhars13/devsecops-capability-model

0.0 1.0 0.0 780 KB

A capability model for those on the DevSecOps journey

Home Page: https://devsecops.jujhar.com

License: MIT License

HTML 56.26% JavaScript 41.68% CSS 2.06%

devsecops-capability-model's Introduction

DevSecOps Capability Model

A simplified capability model for those on DevSecOps transformation journey. Fork and use this to map where you are as an organisation are use it to drive where you need to be.

screnshot

All the raw data is in data/tableData.json

Deployed using github-pages to

Fork this radar and modify data/tableData.json.

Inspired by

Influenced and inspired by

Thanks to Timo Pagel for the initial project.

Local Development

# to server on localhost:4000 and continuously transpile output
docker run -it --rm \
  -v ${PWD}:/srv/jekyll \
  -p 4000:4000 \
  jekyll/jekyll \
  jekyll serve --watch

# OPTIONAL use the awesome `reload` which auto-refreshes your browser on change using websockets
# `npm install -g reload`
(cd _site && reload -e "html|js|css|json")

Build and deploy

This site is a Jekyll static site and will be auto deployed via Github pages to https://devsecops.jujhar.com upon commit to master.

If you're not publishing to Github pages use this command to one time build assets into _site and then publish to a S3 static bucket or old school server.

# will build into the _site directory
docker run --rm -v \
  ${PWD}:/srv/jekyll \
  jekyll/jekyll \
  jekyll build

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.