From 6d5cca5c1fed8a394835ac64adc09147a91d694b Mon Sep 17 00:00:00 2001 From: Guilherme Carvalho <77246+gvc@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:21:55 -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 9f7cb90..1bd0ad9 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,7 +1,22 @@ - name: cli-plugin-logs + referenceId: PLACEHOLDER build: provider: dkcicd pipelines: + - name: node-ci-v2 + parameters: + sonarProjectName: cli-plugin-logs + nodeVersion: 20-bookworm + nodeCommands: + - test -- --passWithNoTests --coverage + runtime: + architecture: amd64 + when: + - event: pull_request + source: branch + - event: push + source: branch + regex: master - name: techdocs-v1 parameters: entityReference: default/component/cli-plugin-logs From 8efd69bc143ef8732269f8c35a39572f52d6af7e Mon Sep 17 00:00:00 2001 From: caroolcanelas2 <160874012+caroolcanelas2@users.noreply.github.com> Date: Tue, 26 May 2026 14:15:52 -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 1bd0ad9..8f6e08a 100644 --- a/.vtex/deployment.yaml +++ b/.vtex/deployment.yaml @@ -1,5 +1,5 @@ - name: cli-plugin-logs - referenceId: PLACEHOLDER + referenceId: PHC9H1B4 build: provider: dkcicd pipelines: @@ -28,4 +28,4 @@ path: - "docs/**" - README.md - - .vtex/deployment.yaml \ No newline at end of file + - .vtex/deployment.yaml