Home

Awesome

<p align="center"> <img src="docs/auditory.png" alt="yatas-logo" width="30%"> <p align="center">

YATAS

codecov goreport

Yet Another Testing & Auditing Solution

The goal of YATAS is to help you create a secure Cloud environment without too much hassle. It won't check for all best practices but only for the ones that are important for you based on my experience. Please feel free to tell me if you find something that is not covered.

GCP Plugin setup

In your .yatas.yml file. More information on YATAS homepage.

plugins:
  - name: "gcp"
    enabled: true
    source: "github.com/padok-team/yatas-gcp"
    version: "latest"
    description: "Check for GCP good practices"

pluginsConfiguration:
  - pluginName: "gcp"
    accounts:
      - project: "project-1"
        computeRegions:
          - europe-west1
          - europe-west2
          - europe-west3
      - project: "project-2"
        computeRegions:
          - us-east1
<!-- BEGIN_YATAS -->

GCP - 27 Checks

FUN

GCS

GKE

IAM

LB

NET

RUN

SQL

VM

<!-- END_YATAS -->

Contribute

See CONTRIBUTING.md