Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ definitions:
- file
- symlink
- directory
- socket
- character-device
- block-device
- pipe
contains:
type: array
description: Check file content for these patterns. can be a string or a pattern
Expand Down Expand Up @@ -585,7 +589,7 @@ properties:

file:
type: object
description: "Validates the state of a file, directory, or symbolic link"
description: "Validates the state of a file, directory, socket, symbolic link, character-device, block-device, or pipe"
additionalProperties:
$ref: "#/definitions/fileTest"

Expand Down