We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56db9c0 commit d3e2ad7Copy full SHA for d3e2ad7
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@10.11.0
+ codacy: codacy/base@12.1.1
5
slack: circleci/[email protected]
6
7
references:
bin/codacy-analysis-cli.sh
@@ -40,6 +40,7 @@ run() {
40
--env CODACY_API_TOKEN="$CODACY_API_TOKEN" \
41
--env CODACY_API_BASE_URL="$CODACY_API_BASE_URL" \
42
--volume /var/run/docker.sock:/var/run/docker.sock \
43
+ --volume ~/.docker/config.json:/root/.docker/config.json \
44
--volume "$CODACY_CODE":"$CODACY_CODE" \
45
${output_volume} \
46
--volume /tmp:/tmp \
0 commit comments