update for tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user