Skip to content

Commit

Permalink
Update buildkite plugin docker to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent ec34f90 commit 19608ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
key: "lint"
cancel_on_build_failing: true
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "ghcr.io/theopenlane/build-image:latest"
always-pull: true
command: ["task", "go:lint"]
Expand All @@ -20,7 +20,7 @@ steps:
key: "go_test"
cancel_on_build_failing: true
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: golang:1.23.0
always-pull: true
command: ["go", "test", "-coverprofile=coverage.out", "./..."]
Expand All @@ -34,7 +34,7 @@ steps:
- label: ":closed_lock_with_key: gosec"
key: "gosec"
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "registry.hub.docker.com/securego/gosec:2.20.0"
command: ["-no-fail", "-exclude-generated", "-fmt sonarqube", "-out", "results.txt", "./..."]
environment:
Expand All @@ -50,7 +50,7 @@ steps:
- artifacts#v1.9.4:
download: "coverage.out"
step: "go_test"
- docker#v5.11.0:
- docker#v5.12.0:
image: "sonarsource/sonar-scanner-cli:11.0"
environment:
- "SONAR_TOKEN"
Expand All @@ -66,7 +66,7 @@ steps:
- artifacts#v1.9.4:
download: coverage.out
step: "go_test"
- docker#v5.11.0:
- docker#v5.12.0:
image: "sonarsource/sonar-scanner-cli:11.0"
environment:
- "SONAR_TOKEN"
Expand Down

0 comments on commit 19608ce

Please sign in to comment.