GithubHelp home page GithubHelp logo

snillockim / devsecops-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devops-accelerators/devsecops-template

0.0 1.0 0.0 203 KB

Set of security tools that can be integrated in Jenkins pipelines.

Python 25.45% Shell 8.98% Ruby 65.57%

devsecops-template's Introduction

DevSecOps-Template

This DevSecOps utility includes various open-source security tools that can scan and report vulnerabilities within application code. We have created a parameterize Jenkinsfile, where application repository url, docker image name with tag (Publicly accessible), Server url where application running, and the project type (Java, Node) need to be define as a parameters. the job runs through various different stages as described below:

  • Stage 1 (Checkout SCM): This is the stage where our code is checked out.
  • Stage 2 (pre-build setup): This stage spins up all the necessary security tools in containers so that they are ready to be used.
  • Stage 3 (Check-secrets): Checks if any secrets are committed into your application repository.
  • Stage 4 (Source Composition Analysis): Identifies open source security risks and vulnerabilities of third-party components that was used in application code.
  • Stage 5 (SAST): Inspect the source code of your application and will pinpoint possible security flaws.
  • Stage 6 (Container Image Scan): Performs a thorough scan on the container images and the vulnerabilities are listed out in a json file.
  • Stage 7 (DAST): Test for security flaws once the application is up and running.
  • Stage 8 (Inspec): Tests your infrastructure with a inspec profile in the repo.

devsecops-template's People

Contributors

soul-reaper48 avatar

Watchers

James Cloos avatar

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.