From 33fb97cccc9d4a589da65c03cc433b4f05c79d5d Mon Sep 17 00:00:00 2001 From: Richard Stewart <175438224+ogijaoh@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:28:36 -0600 Subject: [PATCH] chore(docs): fix simple demo command for evaluate file --- docs/getting-started/simple-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/simple-demo.md b/docs/getting-started/simple-demo.md index 580ca35c..f2fce6f7 100644 --- a/docs/getting-started/simple-demo.md +++ b/docs/getting-started/simple-demo.md @@ -177,7 +177,7 @@ The following simple demo will step through a process to validate and evaluate K 7. Now that two assessment-results are established, the `threshold` can be evaluated. Perform an `evaluate` to compare the old and new state of the cluster: ```shell - lula evaluate -f oscal-component-opa.yaml + lula evaluate -f assessment-results.yaml ``` The output will show that now the new threshold for the system assessment is the more _compliant_ evaluation of the control - i.e., the `satisfied` value of the Control ID-1 is the threshold.