Altassian has recently notified us that they are upgrading to Docker version 20. See the disclosure linked here: https://bitbucket.org/blog/docker-v20
While we can check the code in our Pipeline per their instructions, we are not able to test the SonarCloud Pipe. Can SonarCloud confirm the sonarcloud-scan
BitBucket Pipe is safe for use with Docker version 20? If not, is there a plan to address this?
- ALM used: Bitbucket
- CI system used: Bitbucket Cloud
- Scanner command used:
pipe: sonarsource/sonarcloud-scan:1.2.0
variables:
SONAR_TOKEN: ${SONAR_TOKEN}
EXTRA_ARGS: '-Dsonar.sources=src -Dsonar.tests=spec -Dsonar.test.inclusions="**/*-spec.ts" -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info'
- Languages of the repository: Typescript
- Private Repo
- Error observed: None
- Steps to reproduce: Run a Pipeline on BitBucket