sentenz / devops

A service for DevOps operations.
Apache License 2.0
1 stars 3 forks source link

DevOps

A service for DevOps/DevSecOps operations.

Supported operations:

1. Install

Integrate the DevOps service as a git submodule dependency in a base repository.

NOTE Copy and modify the Makefile in a base repository:

  • URL_DEVOPS := <url>
  • PATH_DEVOPS := <relative-path>

2. Setup

Run the following command to setup the DevOps service in a base repository:

make setup-devops

3. Usage

The commands of the initialized DevOps service are available as make <target> in the Makefile of a base repository. Run make help in the terminal to see the full list of supported commands.

NOTE Modify the Makefile to meet the requirements of a base repository.

3.1. Git Hooks

Triggers custom scripts in /githooks when certain Git actions occur.

3.2. Continuous Pipelines

3.3. Code Analysis

See the options description for more information.