Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

dtylman/tiritis

Repository files navigation

tiritis

τηρητής

License

Logo is taken from here: https://pixabay.com/en/gnu-animal-cute-funny-mammal-161339/

test

How?

overview

Inspections

Do not allow route without TLS:

if ((e.type==='ADDED')  && (typeof(e.object.spec.tls)==='undefined')){
  alert('Route wihtout TLS not allowed in "' + e.object.metadata.namespace + ":" + e.object.metadata.name+'"');
}

Check for privileged in SCC:

if (e.object.allowPrivilegedContainer){
  alert("Security context constraints allows creating privileged containers: " + e.object.metadata.name);
}

About

τηρητής

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published