CU-CloudCollab / aws-config-check

These scripts provide an easy way to check if your AWS account is in compliance with configuration required by Cornell policy.
2 stars 0 forks source link

Overall Status Code #7

Closed craig-riecke closed 8 years ago

craig-riecke commented 8 years ago

At the Vet School, we're going to actually use this script on a Jenkins server to periodically check compliance. To do this, we need the script to output the standard 0-if-fine, not-0-if-not-fine.

I'm cool with submitting a pull request with the actual changes. But I wanna make sure that all compliance checks are equal here, and that 0 means no messages are output. If it needs to be more complicated like:

I just need to know what the levels should be.

sbower commented 8 years ago

We have rewritten this to use rpsec and return a pass/fail. We will be releasing it soon. Stay tuned.

sbower commented 8 years ago

OK We have released the new version here: https://github.com/CU-CloudCollab/cucloud_utils. We have reworked it to use the cucloud ruby library. If you are interested in contributing to either fork and PR away!