An InSpec profile for compliance with AEM security checklist.
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