/inspec-aem-security

InSpec profile for compliance with AEM security checklist

Primary LanguageRubyApache License 2.0Apache-2.0

Build Status

InSpec AEM Security

An InSpec profile for compliance with AEM security checklist.

Usage

Run profile directly from Chef Supermarket:

inspec supermarket exec shinesolutions/aem-security

Run profile directly from GitHub:

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

Run all tests:

make test

Run all tests with custom configuration file:

INSPEC_AEM_SECURITY_CONF=some-aem.yaml make test

Run component specific tests:

make test-author
make test-publish
make test-publish-dispatcher