Audit File Syntax
Here is an example of an Amazon AWS configuration check:
<custom_item>
type: CONFIG_CHECK
description: "Verify login authentication"
info: "Verifies login authentication configuration"
reference: "PCI|2.2.3,SANS-CSC|1"
context: "line .*"
item: "login authentication"
</custom_item>
The keywords description, info, reference, and solution keywords can contain any text. It allows users to include metadata related to a check within an .audit
. With the exception of the description keyword, all other keywords are optional.