Skip to content

Commit

Permalink
Update Sonar CLI to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyliang-gov authored and itewk committed Aug 8, 2024
1 parent aefc0d7 commit b25df2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ploigos-tool-sonar/Containerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG BASE_IMAGE=quay.io/ploigos/ploigos-tool-javascript:latest.ubi8

FROM $BASE_IMAGE
ARG PLOIGOS_USER_UID
ARG SONAR_CLI=sonar-scanner-cli-4.4.0.2170-linux
ARG SONAR=sonar-scanner-4.4.0.2170-linux
ARG SONAR_CLI=sonar-scanner-cli-6.1.0.4477-linux-x64
ARG SONAR=sonar-scanner-6.1.0.4477-linux-x64

# labels
ENV DESCRIPTION="Ploigos tool container with Sonar CLI."
Expand Down

0 comments on commit b25df2c

Please sign in to comment.