1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/file-integrity-node-status.adoc
2025-10-29 16:59:21 +00:00

16 lines
748 B
Plaintext

// Module included in the following assemblies:
//
// * security/file_integrity_operator/file-integrity-operator-understanding.adoc
:_mod-docs-content-type: REFERENCE
[id="file-integrity-node-status-types_{context}"]
= FileIntegrityNodeStatus CR status types
These conditions are reported in the results array of the corresponding `FileIntegrityNodeStatus` CR status:
* `Succeeded` - The integrity check passed; the files and directories covered by the AIDE check have not been modified since the database was last initialized.
* `Failed` - The integrity check failed; some files or directories covered by the AIDE check have been modified since the database was last initialized.
* `Errored` - The AIDE scanner encountered an internal error.