Skip to content

Commit

Permalink
Sonar Scanner folder removed and added in dockerfile eclipse-opensmar…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Nikolaidis committed Nov 28, 2022
1 parent b819c42 commit 364fa84
Show file tree
Hide file tree
Showing 267 changed files with 4 additions and 9,611 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM adoptopenjdk:16-jre-hotspot
RUN apt-get update && apt-get install -y git
ADD sonar-scanner-4.6.2.2472-linux sonar-scanner-4.6.2.2472-linux
RUN apt-get update && apt-get install -y git && apt-get install -y unzip
RUN curl -L -o /sonar-scanner-cli-4.6.2.2472-linux.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip && \
unzip -o -q /sonar-scanner-cli-4.6.2.2472-linux.zip -d . && \
rm -rf /sonar-scanner-cli-4.6.2.2472-linux.zip
RUN chmod a+x /sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner
RUN chmod 755 /sonar-scanner-4.6.2.2472-linux/jre/bin/java
ADD target/*.jar app.jar
Expand Down
74 changes: 0 additions & 74 deletions sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner

This file was deleted.

16 changes: 0 additions & 16 deletions sonar-scanner-4.6.2.2472-linux/bin/sonar-scanner-debug

This file was deleted.

9 changes: 0 additions & 9 deletions sonar-scanner-4.6.2.2472-linux/conf/sonar-scanner.properties

This file was deleted.

Binary file removed sonar-scanner-4.6.2.2472-linux/jre/bin/java
Binary file not shown.
63 changes: 0 additions & 63 deletions sonar-scanner-4.6.2.2472-linux/jre/conf/logging.properties

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 364fa84

Please sign in to comment.