Skip to content

Latest commit

 

History

135 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration-driven Maintenance Library (CDM Library)

The CDM Library acts a single centrally managed code repository which is integrated into the runtime code of the CDM Checks and Tasks framework via the pipeline. This enables the CDM framework to scale across multiple clients.

The CDM Library supports Pester variants enabling flexibility when invoking Pester tests. The CDM Library contains the follwing code:

  • Checks:
    • Invoke-CDMCheck.ps1
    • Pester tests with Pester variants
  • Integrations:
    • ADO
      • Invoke-ADOIntegration.ps1
      • CreateWorkItem.ps1
  • PowerShell
    • Functions

Repository Structure

├───checks
│   ├───aws
│   │   ├───aws_elastic_kubernetes_service
│   │   │   └───compliance
│   │   ├───aws_kms_keystore_pem
│   │   │   └───compliance
│   │   └── aws_sm_cert
│   │       └── compliance
│   ├───azure
│   │   ├───azure_application_gateway
│   │   │   └───compliance
│   │   ├───azure_devops
│   │   │   └───compliance
│   │   └───azure_kubernetes_service
│   │       └───compliance
│   ├───digicert
│   │   └───compliance
│   ├── gcp
│   │   ├── bigquery_jobs
│   │   │   └── compliance
│   │   └── google_cloud_composer
│   │       └── compliance
│   ├───github
│   │   └───compliance
│   ├───ping
│   │   ├───ping_ds
│   │   │   └───compliance
│   └───terraform
│       └───compliance
├───integrations
│   └───ado
│       └───ensonodigitaluk
│           └───sre
└───powershell
    └───functions

About

A collection of configuration-driven maintenance (CDM) checks, tasks and essential runtime PowerShell

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages