From e62fe31e9a19fa51779813939fbf7ce6ecb0946d Mon Sep 17 00:00:00 2001 From: Will Urbanski Date: Thu, 20 May 2021 10:18:51 -0600 Subject: [PATCH] update for tests --- atomics/T8061/T8061.yaml | 3 ++- atomics/T8062/T8062.yaml | 1 - atomics/T8063/T8063.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/T8061/T8061.yaml b/atomics/T8061/T8061.yaml index da748b4b..e9e824e5 100644 --- a/atomics/T8061/T8061.yaml +++ b/atomics/T8061/T8061.yaml @@ -6,7 +6,8 @@ atomic_tests: description: | A Kubernetes secret is an object that lets users store and manage sensitive information, such as passwords and connection strings in the cluster. Secrets can be consumed by reference in the pod configuration. Attackers who have permissions to retrieve the secrets from the API server (by using the pod service account, for example) can access sensitive information that might include credentials to various services. supported_platforms: - - kubernetes + - macos + - linux input_arguments: namespace: description: K8s namespace to list diff --git a/atomics/T8062/T8062.yaml b/atomics/T8062/T8062.yaml index fe838221..4b47b1dc 100644 --- a/atomics/T8062/T8062.yaml +++ b/atomics/T8062/T8062.yaml @@ -6,7 +6,6 @@ atomic_tests: description: | Kubernetes Job is a controller that creates one or more pods and ensures that a specified number of them successfully terminate. Kubernetes Job can be used to run containers that perform finite tasks for batch jobs. Kubernetes CronJob is used to schedule Jobs. Attackers may use Kubernetes CronJob for scheduling execution of malicious code that would run as a container in the cluster. supported_platforms: - - kubernetes - linux - macos input_arguments: diff --git a/atomics/T8063/T8063.yaml b/atomics/T8063/T8063.yaml index 6e48622e..a212e4eb 100644 --- a/atomics/T8063/T8063.yaml +++ b/atomics/T8063/T8063.yaml @@ -13,7 +13,7 @@ atomic_tests: description: K8s namespace to use type: String default: default - namespace: + command: description: Command to run type: String default: uname