Mock Scanning Utility Reference
tools/mock-asimp.sh is a shell utility designed to mock SCAP Level 2 and Lynis compliance scan reports for unprivileged or sandboxed workspaces.
🛠️ CLI Execution
bash tools/mock-asimp.sh
💾 Outputs Generated
Saves identical compliant outputs under the local mock directory:
data/asimp_mock/opt/report/openscap/openscap-report-pre.htmldata/asimp_mock/opt/report/openscap/openscap-report-post.htmldata/asimp_mock/opt/report/openscap/SECURITY_AUDIT_REPORT.mddata/asimp_mock/opt/report/lynis/lynis-report-pre.txtdata/asimp_mock/opt/report/lynis/lynis-report-post.txt
🔒 Exit Codes
0: Success. Reports written successfully.1: Directory creation failure or write restriction.