Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit ceea211

Browse files
authored
Move SonarCloud analysis and Mend scan to Node v18 (#372)
1 parent 2b9a238 commit ceea211

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ws_scan_task:
4949
depends_on:
5050
- build
5151
gke_container:
52-
dockerfile: .cirrus/nodejs-14.Dockerfile
52+
dockerfile: .cirrus/nodejs-18.Dockerfile
5353
<<: *CONTAINER_DEFINITION
5454
cpu: 2
5555
memory: 2G

.cirrus/nodejs-14.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
1717
USER sonarsource
1818

1919
ENV PATH "/opt/sonar-scanner/bin:${PATH}"
20-
ENV SONARCLOUD_ANALYSIS true

.cirrus/nodejs-18.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
1717
USER sonarsource
1818

1919
ENV PATH "/opt/sonar-scanner/bin:${PATH}"
20+
ENV SONARCLOUD_ANALYSIS true

0 commit comments

Comments
 (0)