From ab3a9a03d269c5d8c39b6fdb1f7c0a1b08123229 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Tue, 17 May 2022 13:24:52 -0700 Subject: [PATCH] sample PR test --- atomics/T1003/T1003.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/atomics/T1003/T1003.yaml b/atomics/T1003/T1003.yaml index 4a608c1b..b39a820e 100644 --- a/atomics/T1003/T1003.yaml +++ b/atomics/T1003/T1003.yaml @@ -105,3 +105,15 @@ atomic_tests: name: powershell elevation_required: true +- name: My new test from atomicgui + description: sample test + supported_platforms: + - windows + input_arguments: + msg: + description: message to echo to screen + type: string + default: this is the default msg + executor: + command: 'echo #{msg}' + name: command_prompt