Skip to content

Commit

Permalink
docs: add available workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Oct 4, 2023
1 parent e3b395c commit d51d7e9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
![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`<br />- `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 |

0 comments on commit d51d7e9

Please sign in to comment.