From d51d7e99e4747030b91a993b6f2253147c5fd632 Mon Sep 17 00:00:00 2001 From: Alessio Greggi Date: Wed, 4 Oct 2023 18:01:08 +0200 Subject: [PATCH] docs: add available workflows Signed-off-by: Alessio Greggi --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e2134..dc6d72b 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,12 @@ The Helm chart CICD will: * Create a new helm release ### A draw of the flow: -![Workflow](./assets/incluster_component_flow.jpeg) \ No newline at end of file +![Workflow](./assets/incluster_component_flow.jpeg) + +## Available Workflows + +Here's the list of reusable workflows available from this repository: + +| **Name** | **Variables** | **Description** | +| ------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | +| `sanity-check.yaml` | - `SYSTEM_TESTS_BRANCH`: define alternative branch to clone for [system-tests](github.com/armosec/system-tests) repository. Default: `master`
- `BINARY_TESTS`: specify which tests are going to be executed by the workflow. | This workflow allow you to run **system-tests** in the **production** environment |