From 7da7869b2bcab30142b9aadef6f2ed9efb94a7e5 Mon Sep 17 00:00:00 2001 From: Haoyu Sun Date: Wed, 3 Dec 2025 21:00:06 +0100 Subject: [PATCH] konflux: activate SAST Snyk Checks Signed-off-by: Haoyu Sun --- .tekton/lightspeed-stack-pull-request.yaml | 2 ++ .tekton/lightspeed-stack-push.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.tekton/lightspeed-stack-pull-request.yaml b/.tekton/lightspeed-stack-pull-request.yaml index f54faba97..5e6a8bd3f 100644 --- a/.tekton/lightspeed-stack-pull-request.yaml +++ b/.tekton/lightspeed-stack-pull-request.yaml @@ -404,6 +404,8 @@ spec: value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) + - name: ARGS + value: --project-name=lightspeed-stack --report --org=dca2ca89-7e51-4a3a-b7a5-6ad5633057b8 runAfter: - build-image-index taskRef: diff --git a/.tekton/lightspeed-stack-push.yaml b/.tekton/lightspeed-stack-push.yaml index 7cc5a1515..3a3f0df03 100644 --- a/.tekton/lightspeed-stack-push.yaml +++ b/.tekton/lightspeed-stack-push.yaml @@ -401,6 +401,8 @@ spec: value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT) + - name: ARGS + value: --project-name=lightspeed-stack --report --org=dca2ca89-7e51-4a3a-b7a5-6ad5633057b8 runAfter: - build-image-index taskRef: