https://github.com/shinesolutions/inspec-aem-security
InSpec profile for compliance with AEM security checklist
https://github.com/shinesolutions/inspec-aem-security
aem aem-opencloud inspec security-guideline testing
Last synced: about 1 year ago
JSON representation
InSpec profile for compliance with AEM security checklist
- Host: GitHub
- URL: https://github.com/shinesolutions/inspec-aem-security
- Owner: shinesolutions
- License: apache-2.0
- Created: 2017-10-15T04:50:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T05:10:58.000Z (about 2 years ago)
- Last Synced: 2025-03-27T12:46:22.531Z (about 1 year ago)
- Topics: aem, aem-opencloud, inspec, security-guideline, testing
- Language: Ruby
- Size: 103 KB
- Stars: 10
- Watchers: 10
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/shinesolutions/inspec-aem-security/actions?query=workflow%3ACI)
InSpec AEM Security
-------------------
An [InSpec](https://www.inspec.io) profile for compliance with [AEM security checklist](https://helpx.adobe.com/experience-manager/6-2/sites/administering/using/security-checklist.html).
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