shinesolutions / inspec-aem-security

InSpec profile for compliance with AEM security checklist
Apache License 2.0
10 stars 6 forks source link
aem aem-opencloud inspec security-guideline testing

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