This repository was archived by the owner on Oct 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-23
lines changed
Expand file tree Collapse file tree 4 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ build_task:
2323 << : *ONLY_SONARSOURCE_QA
2424 gke_container :
2525 matrix :
26- - dockerfile : .cirrus/nodejs-12.Dockerfile
2726 - dockerfile : .cirrus/nodejs-14.Dockerfile
2827 - dockerfile : .cirrus/nodejs-16.Dockerfile
2928 - dockerfile : .cirrus/nodejs-18.Dockerfile
@@ -50,7 +49,7 @@ ws_scan_task:
5049 depends_on :
5150 - build
5251 gke_container :
53- dockerfile : .cirrus/nodejs-12 .Dockerfile
52+ dockerfile : .cirrus/nodejs-14 .Dockerfile
5453 << : *CONTAINER_DEFINITION
5554 cpu : 2
5655 memory : 2G
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
1717USER sonarsource
1818
1919ENV PATH "/opt/sonar-scanner/bin:${PATH}"
20+ ENV SONARCLOUD_ANALYSIS true
Original file line number Diff line number Diff line change 1616 },
1717 "homepage" : " https://github.com/SonarSource/eslint-plugin-sonarjs" ,
1818 "engines" : {
19- "node" : " >=12 "
19+ "node" : " >=14 "
2020 },
2121 "scripts" : {
2222 "build" : " rimraf lib && npm run check-format && tsc -d -p tsconfig-src.json" ,
You can’t perform that action at this time.
0 commit comments