Skip to content

Commit 487f80f

Browse files
Merge pull request #85 from diegopereiraeng/main
updated version with sonar 4.6.2.2472
2 parents b28118a + 7f0d031 commit 487f80f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
# auto_tag: true
2626
# auto_tag_suffix: v2.0.2-java17
2727
tags:
28-
- v2.1.3
28+
- v2.1.3-sonar-4.6.2.2472
2929
# - latest
3030
# - stable-java17
3131
daemon_off: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o harness-sonar
1515

1616
FROM amazoncorretto:17.0.8-alpine3.18
1717

18-
ARG SONAR_VERSION=5.0.1.3006
18+
ARG SONAR_VERSION=4.6.2.2472
1919
ARG SONAR_SCANNER_CLI=sonar-scanner-cli-${SONAR_VERSION}
2020
ARG SONAR_SCANNER=sonar-scanner-${SONAR_VERSION}
2121

0 commit comments

Comments
 (0)