From f62464594aa5358433b91c16896e6fb63efb2a53 Mon Sep 17 00:00:00 2001 From: AlbertoPellitteri <66901396+AlbertoPellitteri@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:29:40 +0200 Subject: [PATCH] Fixing T1560.001-5 (#2927) Co-authored-by: Carrie Roberts --- atomics/T1560.001/T1560.001.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1560.001/T1560.001.yaml b/atomics/T1560.001/T1560.001.yaml index e8ec287c..a71b8351 100644 --- a/atomics/T1560.001/T1560.001.yaml +++ b/atomics/T1560.001/T1560.001.yaml @@ -182,8 +182,8 @@ atomic_tests: (which yum && yum -y install epel-release zip)||(which apt-get && apt-get install -y zip) echo Please set input_files argument to include files that exist executor: - name: sh - elevation_required: false + name: bash + elevation_required: true command: | zip #{output_file} #{input_files} cleanup_command: |