From af2d32409b9df65d9439813a18c94078e0859fa9 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Fri, 2 Jan 2026 19:16:09 -0800 Subject: [PATCH] Stop new snyk pipeline schedule while being developed This pipeline is running on a schedule but still needs work. It is polluting the notifications channel with failures. This commit removes the schedule while the pipeline is still under development. This can be reverted once it is in a working state and expected to pass consistently. --- catalog-info.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 10ad37c699a..9dc4d3cded3 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -165,11 +165,12 @@ spec: access_level: MANAGE_BUILD_AND_READ everyone: access_level: READ_ONLY - schedules: - Daily Plugins Snyk scan: - branch: main - cronline: "@daily" - message: "Run the Logstash Plugins Snyk report every day." + #TODO: re-enable schedule once tests are expected to pass + # schedules: + # Daily Plugins Snyk scan: + # branch: main + # cronline: "@daily" + # message: "Run the Logstash Plugins Snyk report every day." # *********************************** # SECTION START: DRA pipelines