Skip to content

Commit

Permalink
Move SonarCloud analysis and Mend scan to Node v18 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Oct 25, 2022
1 parent 2b9a238 commit ceea211
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -49,7 +49,7 @@ ws_scan_task:
depends_on:
- build
gke_container:
dockerfile: .cirrus/nodejs-14.Dockerfile
dockerfile: .cirrus/nodejs-18.Dockerfile
<<: *CONTAINER_DEFINITION
cpu: 2
memory: 2G
Expand Down
1 change: 0 additions & 1 deletion .cirrus/nodejs-14.Dockerfile
Expand Up @@ -17,4 +17,3 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
USER sonarsource

ENV PATH "/opt/sonar-scanner/bin:${PATH}"
ENV SONARCLOUD_ANALYSIS true
1 change: 1 addition & 0 deletions .cirrus/nodejs-18.Dockerfile
Expand Up @@ -17,3 +17,4 @@ RUN curl "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-
USER sonarsource

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

0 comments on commit ceea211

Please sign in to comment.