Skip to content

serverless-inspec-lambda v0.15.0

Compare
Choose a tag to compare
@jkufro jkufro released this 26 Aug 21:13
· 15 commits to master since this release
f81948e

Notable changes

Generalized required resources for an InSpec scan

Instead of defining specific event attributes for each kind of required resource, the function has been made more generalized and now allows definition of all required file & environment variable resources from S3, SSM Parameter Store, or AWS Secrets Manager in one resources event attribute.

InSpec commands are now equivalent to inspec exec CLI commands

The command event attribute now expects a natural inspec exec ... CLI command. This was done to reduce the unnecessary learning requirement for operating the function and make it more accessible to users.

Various improvements

See the updated README for a full explanation of the lambda's features.