Skip to content

Commit

Permalink
Deactivate metric-gardener in docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Apr 10, 2024
1 parent d014fee commit d6b5806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN wget -qO codemaat.jar https://github.com/adamtornhill/code-maat/releases/dow
RUN curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh; \
bash /tmp/nodesource_setup.sh; \
apt-get install nodejs make gcc build-essential -y; \
npm install -g --unsafe-perm metric-gardener

RUN wget -qO /tmp/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.7.0.2747-linux.zip; \
apt-get install unzip -y; \
Expand Down
2 changes: 2 additions & 0 deletions gh-pages/_docs/01-04-docker-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ the analysis container, copy them over using `docker cp`

See also [CodeCharta Analysis]({{site.baseurl}}{% link _docs/05-01-analysis.md %})

> Attention: The direct execution of metric-gardener has been temporarily disabled. It is not included.
Almost all tools the ccsh can import data from are included in the container, so you can get started immediately.
Installed are:

Expand Down

0 comments on commit d6b5806

Please sign in to comment.