• This repository has been archived on 30/Sep/2021
  • Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language Open Policy Agent
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rego policies to monitor Kubernetes APIs deprecations.

Deprek8ion πŸ•΅οΈβ€

CircleCI

A set of rego policies to monitor Kubernetes APIs deprecations.

The Kubernetes API deprecations can be found using https://relnotes.k8s.io/?markdown=deprecated.

Docker image

The docker container contains the most recent version of conftest as well as the policies at /policies.

Image tags can be found at https://eu.gcr.io/swade1987/deprek8ion

Artifact Hub

The policies are also available at https://artifacthub.io/packages/opa/deprek8ion/deprek8ion.

Example usage

An example of how to use the docker container can be seen below:

docker run --rm --name demo -v $(pwd)/demo:/demo eu.gcr.io/swade1987/deprek8ion:1.1.17 /demo/ingress.yaml

Or directly pipe some resources into the container:

cat ./demo/ingress.yaml | docker run --rm -i eu.gcr.io/swade1987/deprek8ion:1.1.17 -