Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11403 from jan-cerny/format_selec…
Browse files Browse the repository at this point in the history
…tions

Fix broken formatting
  • Loading branch information
marcusburghardt authored Dec 21, 2023
2 parents 3e0377f + 75de364 commit 88925a3
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions docs/manual/developer/03_creating_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,27 +624,20 @@ requirements or how it is applied.
A profile should define these attributes:

- `title`: Human-readable title of the profile.

- `description`: Human-readable HTML description, which provides
broader context for non-experts than the rationale.

- `extends`: The `id` of a profile to be extended. A profile can make
incremental changes based on another profile, via `extends`
attribute. The extendee can then, via the `selections` attribute,
select/unselect rules and change XCCDF Value selectors.

- `selections`: List composed of items of these types:

- `` id`s of rules to be included in the profile, e.g. `accounts_tmout ``,
- `selections`: List composed of items of these types:
- IDs of rules to be included in the profile, e.g. `accounts_tmout `,
or

- `` id`s of rules to be excluded from the profile prefixed by an exclamation mark, e.g. `!accounts_tmout ``,
- IDs of rules to be excluded from the profile prefixed by an exclamation mark, e.g. `!accounts_tmout`,
or

- changes to XCCDF Value selectors, e.g. `var_accounts_tmout=10_min`,
- changes to XCCDF Value selectors, e.g. `var_accounts_tmout=10_min`,
or

- rule refinements, e.g. `accounts_tmout.severity=high`.
- rule refinements, e.g. `accounts_tmout.severity=high`.


## Controls
Expand Down

0 comments on commit 88925a3

Please sign in to comment.