From e08b10871b0ddaab4d7392d710e4608ff098de71 Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Wed, 18 Sep 2024 22:17:09 +0200
Subject: [PATCH] adds job tags

---
 kicker.json                  | 2 +-
 templates/gitlab-ci-node.yml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/kicker.json b/kicker.json
index a8cea8c..a00eac7 100644
--- a/kicker.json
+++ b/kicker.json
@@ -175,7 +175,7 @@
           "default": "true"
         },
         {
-          "name": "NODE_PUBLISH_SEMGREP_TAGS",
+          "name": "NODE_SEMGREP_TAGS",
           "description": "Tags to be used for selecting runners for the job",
           "type": "array",
           "default": [],
diff --git a/templates/gitlab-ci-node.yml b/templates/gitlab-ci-node.yml
index b1f2937..d9c7889 100644
--- a/templates/gitlab-ci-node.yml
+++ b/templates/gitlab-ci-node.yml
@@ -136,6 +136,10 @@ spec:
       description: tags to filter applicable runners for node-outdated job
       type: array
       default: []
+    node-semgrep-job-tags:
+      description: tags to filter applicable runners for node-semgrep job
+      type: array
+      default: []
     node-sbom-job-tags:
       description: tags to filter applicable runners for node-sbom job
       type: array
-- 
GitLab