From a2a74b30e9b495fd508ee90e057a93abee4bf75b Mon Sep 17 00:00:00 2001 From: sai prashanth pulisetti <40313110+prashanthpulisetti@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:58:10 +0530 Subject: [PATCH] Update T1070.003.yaml --- atomics/T1070.003/T1070.003.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/atomics/T1070.003/T1070.003.yaml b/atomics/T1070.003/T1070.003.yaml index f688692e..8fc6d3b3 100644 --- a/atomics/T1070.003/T1070.003.yaml +++ b/atomics/T1070.003/T1070.003.yaml @@ -151,11 +151,6 @@ atomic_tests: Clears Docker container logs using the Docker CLI and the truncate command, removing all log entries. supported_platforms: - linux - dependencies: - - description: | - Install Docker CLI - prereq_command: | - (which docker >/dev/null) || (curl -fsSL https://get.docker.com/ | sh) executor: command: | docker container prune -f && sudo truncate -s 0 /var/lib/docker/containers/*/*-json.log