An open API service indexing awesome lists of open source software.

https://github.com/shinesolutions/inspec-aem-aws

InSpec profile for checking AEM resources on AWS
https://github.com/shinesolutions/inspec-aem-aws

aem aem-opencloud aws inspec testing

Last synced: 10 months ago
JSON representation

InSpec profile for checking AEM resources on AWS

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/shinesolutions/inspec-aem-aws/workflows/CI/badge.svg)](https://github.com/shinesolutions/inspec-aem-aws/actions?query=workflow%3ACI)
[![Known Vulnerabilities](https://snyk.io/test/github/shinesolutions/inspec-aem-aws/badge.svg)](https://snyk.io/test/github/shinesolutions/inspec-aem-aws)

InSpec AEM-AWS
----------

An [InSpec](https://www.inspec.io) profile for checking AEM resources on AWS.

Usage
-----

Run profile directly from Chef Supermarket:

inspec supermarket exec shinesolutions/aem-aws

Run profile directly from GitHub:

inspec exec https://github.com/shinesolutions/inspec-aem-aws

Run all tests:

make test

Run Readiness test:

make test-readiness

Run Recovery test:

make test-recovery

Run all tests with custom configuration file:

INSPEC_AEM_AWS_CONF=some-aws.yaml make test