From 2f17ab149117f0ea4354b2f5bc706769c321e156 Mon Sep 17 00:00:00 2001 From: JB <35406993+cherokeejb@users.noreply.github.com> Date: Mon, 23 Dec 2019 09:30:09 -0600 Subject: [PATCH] linux as supported_platform, not specific versions (depreciated) (#747) -linux only (not specific distros) -(this functionality is now depreciated by the *prereq_command* functionality in Invoke-AtomicTest) -reworded section on 'manual tests' after seeing several manually tests today that have been easily automated Co-authored-by: Carrie Roberts --- atomic_red_team/spec.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/atomic_red_team/spec.yaml b/atomic_red_team/spec.yaml index f480241f..8ced2ae0 100644 --- a/atomic_red_team/spec.yaml +++ b/atomic_red_team/spec.yaml @@ -46,8 +46,6 @@ atomic_tests: # supported platforms is an array of the OS/platforms this atomic test can be run upon. Values include: # - windows # - macos - # - centos - # - ubuntu # - linux supported_platforms: - windows @@ -125,7 +123,7 @@ atomic_tests: # echo "attack starting" # echo "running command 1: this is the value of the FOOBAR input_argument: #{FOOBAR}" # - # - `manual` : a list of manual steps to run. This is most often used when GUI steps are involved that + # - `manual` : a list of manual steps to run. This should only be used when required, for example when GUI steps are involved that # cannot be automated. # # Requires the `steps` option that tells the user what to do to invoke the test. This is a