UNCLASSIFIED

Commit 8fb3f808 authored by keegan ottoson's avatar keegan ottoson
Browse files

Merge branch 'dev-pbde-405' into 'master'

[PBDE-405] Add ZAP plugin

See merge request !9
parents b901d761 e990529d
Pipeline #91031 failed with stages
in 9 seconds
...@@ -9,12 +9,13 @@ RUN wget --quiet https://github.com/vaulttec/sonar-auth-oidc/releases/download/v ...@@ -9,12 +9,13 @@ RUN wget --quiet https://github.com/vaulttec/sonar-auth-oidc/releases/download/v
RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.6/sonar-dependency-check-plugin-2.0.6.jar RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.6/sonar-dependency-check-plugin-2.0.6.jar
RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar
RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar
RUN wget --quiet https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.0.2/sonar-zap-plugin-2.0.2.jar
RUN ls -al RUN ls -al
# Using the current (Nov 10 2020) SHA for the "8.5-community" tag # SHA at time of commit (12/1/2020): c2c7be55550a3aca093b4990aca2450d889c75f70320840b7f8619f044ee3d61
FROM registry1.dsop.io/ironbank/sonarsource/sonarqube/sonarqube8-community@sha256:c2c7be55550a3aca093b4990aca2450d889c75f70320840b7f8619f044ee3d61 FROM registry1.dsop.io/ironbank/sonarsource/sonarqube/sonarqube8-community:8.5-community
# Fetch plugins and load into appropriate dir # Fetch plugins and load into appropriate dir
ENV PLUGIN_DIR=/opt/sonarqube/extensions/plugins ENV PLUGIN_DIR=/opt/sonarqube/extensions/plugins
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment