From 6cd62467096a51557b9c4eb74d3b25b4629f096a Mon Sep 17 00:00:00 2001 From: sg Date: Thu, 3 Oct 2024 17:22:14 +0100 Subject: [PATCH] nit:change the golang example to use a dedicated go vulnerable web app --- examples/pipelines/golang-project/pipelinerun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/golang-project/pipelinerun.yaml b/examples/pipelines/golang-project/pipelinerun.yaml index 0b1ff15f2..b57c7e5c1 100644 --- a/examples/pipelines/golang-project/pipelinerun.yaml +++ b/examples/pipelines/golang-project/pipelinerun.yaml @@ -8,7 +8,7 @@ spec: name: dracon-golang-project params: - name: git-clone-url - value: https://github.com/ocurity/e2e-monorepo.git + value: https://github.com/sqreen/go-dvwa.git - name: git-clone-subdirectory value: source-code workspaces: