update for tests

This commit is contained in:
Will Urbanski
2021-05-20 10:18:51 -06:00
parent 92d460266b
commit e62fe31e9a
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -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
-1
View File
@@ -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:
+1 -1
View File
@@ -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