nirmata / kyverno-aws-adapter

An adapter for Amazon EKS to use with Kyverno for making policy decisions
Apache License 2.0
11 stars 5 forks source link

Need automated tests to run as part of CI #37

Open pns-nirmata opened 1 year ago

pns-nirmata commented 1 year ago

We need to have unit and integration tests to run as a part of the Github CI workflow on every PR commit.

SInce a large part of the code has to do with AWS EKS SDK calls, we should consider refactoring code to test various pieces such as, the SDK calling, copying over fields to the CR, refresh conditions.