From 6e75f571636de1cfb2e19bfbd0dc99ae5a857473 Mon Sep 17 00:00:00 2001 From: Ziv Nevo <79099626+zivnevo@users.noreply.github.com> Date: Thu, 27 Jan 2022 17:36:51 +0200 Subject: [PATCH] Adding tekton end-to-end integration example --- ci-integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-integration.md b/ci-integration.md index 1b68ca1..138226b 100644 --- a/ci-integration.md +++ b/ci-integration.md @@ -18,3 +18,5 @@ To enable CI/CD integrations, this project provides several GitHub Actions as we |Connectivity verification|[link](https://github.com/marketplace/actions/k8s-networkpolicy-verification)|[link](https://github.com/np-guard/baseline-rules-verifier/tree/master/tekton)| An example implementation of the CI pipeline depicted above for a [demo Kubernetes application](https://github.com/np-guard/online-boutique) using our GitHub Actions can be found [here](https://github.com/np-guard/online-boutique/tree/master/.github/workflows). See a resulting PR [here](https://github.com/np-guard/online-boutique/pull/46). + +An example implementation of the CI pipeline depicted above for a [demo Kubernetes application](https://github.com/np-guard/online-boutique-tekton) using our Tekton Tasks can be found [here](https://github.com/np-guard/online-boutique-tekton/tree/main/tekton). See a resulting PR [here](https://github.com/np-guard/online-boutique-tekton/pull/3).