Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Audit Definition File

YAML document that stores expected differences.

version: "1"
meta:
  description: "Release v2.3.0 audit"
entries:
  - path: "config/server.toml"
    diff_type: Modified
    reason: "Port changed — INF-42"
    strategy:
      type: LineMatch
      rules:
        - action: Removed
          line: "port = 80"
        - action: Added
          line: "port = 8080"
    enabled: true