From 87bdb842fe71c9be8dbb9f131ec39e17ddb96f05 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 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 3df4ce8..3035833 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,4 +1,5 @@ - name: cli-plugin-template + 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-template + 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 8126aabaff733af8c544ba52f75d232de34d7623 Mon Sep 17 00:00:00 2001 From: caroolcanelas2 <160874012+caroolcanelas2@users.noreply.github.com> Date: Tue, 26 May 2026 10:01:13 -0300 Subject: [PATCH 2/2] Update referenceId in deployment configuration --- .vtex/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml index 3035833..240c459 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,5 +1,5 @@ - name: cli-plugin-template - referenceId: PLACEHOLDER + referenceId: 6BHRDLLD build: provider: dkcicd pipelines: @@ -28,4 +28,4 @@ source: branch - event: push source: branch - regex: master \ No newline at end of file + regex: master