From f52c7c9b83f705a0b84f8d7c6cb9562e94bf0724 Mon Sep 17 00:00:00 2001 From: Guilherme Carvalho <77246+gvc@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:21:58 -0300 Subject: [PATCH 1/2] chore: add SonarQube scan pipeline --- .vtex/deployment.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index afa3d3ca..72fb6bc5 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,7 +1,22 @@ - name: cli-plugin-plugins + referenceId: PLACEHOLDER build: provider: dkcicd pipelines: + - name: node-ci-v2 + parameters: + sonarProjectName: cli-plugin-plugins + nodeVersion: 20-bookworm + nodeCommands: + - test + runtime: + architecture: amd64 + when: + - event: pull_request + source: branch + - event: push + source: branch + regex: main - name: techdocs-v1 parameters: entityReference: default/component/cli-plugin-plugins From 2811cd9aad94e2c49fcc598f8f45361ce6f9dae6 Mon Sep 17 00:00:00 2001 From: caroolcanelas2 <160874012+caroolcanelas2@users.noreply.github.com> Date: Tue, 26 May 2026 14:09:23 -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 72fb6bc5..b9adc153 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,5 +1,5 @@ - name: cli-plugin-plugins - referenceId: PLACEHOLDER + referenceId: SLS8WCMJ build: provider: dkcicd pipelines: @@ -28,4 +28,4 @@ path: - "docs/**" - README.md - - .vtex/deployment.yaml \ No newline at end of file + - .vtex/deployment.yaml