From 4cf57b9ec86a4564df6f6fec2fdd280e95260eaa Mon Sep 17 00:00:00 2001 From: glallen Date: Tue, 23 Nov 2021 12:38:03 -0500 Subject: [PATCH] spec.yaml should be singular to match working yaml (#1674) Co-authored-by: Carrie Roberts --- atomic_red_team/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomic_red_team/spec.yaml b/atomic_red_team/spec.yaml index 7f34d392..45eeb19b 100644 --- a/atomic_red_team/spec.yaml +++ b/atomic_red_team/spec.yaml @@ -116,7 +116,7 @@ atomic_tests: # per test, but there are cases where you may have multiple - for example, separate executors for `sh` # and `bash` when working on linux OSes. # Names of cloud/container specific runtimes can also be used, such as `aws`, `az`, `gcloud` and `kubectl`. - executors: + executor: # the name of the executor describes the framework or application in which the test should be executed. # # Each of these executors will have options that the executor needs to run. Possible executors we've imagined @@ -200,6 +200,6 @@ atomic_tests: # in this example we have no input arguments input_arguments: - executors: + executor: - name: bash command: echo "Hello world!"