We’ve bumped to Sonarcloud 1.2.1 but are still getting warnings about Node v8. Any thoughts?
- Bitbucket Cloud
- Bitbucket Pipelines
- Javascript/Typescript repo
The version of Node.js (v8.12.0) you have used to run this analysis is deprecated and we will stop accepting it from 16th November 2020. Please update to at least Node.js 10. Read more here
sonarcloud-scan: &sonarcloud-scan
name: SonarCloud - Scan
image: sonarsource/sonarcloud-scan:1.2.1
artifacts:
- sonarsource/sonarcloud-scan/sonarcloud-scan.log
caches:
- sonar
script:
- export DEBUG=$SONAR_SCAN_DEBUG
- export SONAR_SCANNER_OPTS='-Xmx512m'
- export EXTRA_ARGS='-Dproject.settings=sonar-project.properties -Dsonar.eslint.reportPaths=eslint-report.json'
- mkdir -p ${BITBUCKET_CLONE_DIR}/sonarsource/sonarcloud-scan
- export BITBUCKET_PIPE_STORAGE_DIR=${BITBUCKET_CLONE_DIR}/sonarsource/sonarcloud-scan
- /usr/bin/run-scanner.sh