From a6455f679986d14f739c747a9e066e3cde89409a Mon Sep 17 00:00:00 2001 From: Guilherme Carvalho <77246+gvc@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:21:51 -0300 Subject: [PATCH 1/2] chore: add SonarQube scan pipeline --- .vtex/deployment.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index d481ede..9e3118a 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,4 +1,5 @@ - name: cli-plugin-submit + referenceId: PLACEHOLDER build: provider: dkcicd pipelines: @@ -13,4 +14,18 @@ path: - "docs/**" - README.md - - .vtex/deployment.yaml \ No newline at end of file + - .vtex/deployment.yaml + - name: node-ci-v2 + parameters: + sonarProjectName: cli-plugin-submit + nodeVersion: 20-bookworm + nodeCommands: + - test -- --passWithNoTests --coverage + runtime: + architecture: amd64 + when: + - event: pull_request + source: branch + - event: push + source: branch + regex: master \ No newline at end of file From 8f082a31db007bded65e7c12419bf9b7b6e29ccb Mon Sep 17 00:00:00 2001 From: caroolcanelas2 <160874012+caroolcanelas2@users.noreply.github.com> Date: Tue, 26 May 2026 11:49:40 -0300 Subject: [PATCH 2/2] Update referenceId in deployment.yaml --- .vtex/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 9e3118a..fc0ac65 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,5 +1,5 @@ - name: cli-plugin-submit - referenceId: PLACEHOLDER + referenceId: 51CB71JE build: provider: dkcicd pipelines: @@ -28,4 +28,4 @@ source: branch - event: push source: branch - regex: master \ No newline at end of file + regex: master