Skip to content

Commit

Permalink
chore(deps): update buildkite plugin docker to v5.12.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 394b00c commit 34d5f7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -22,7 +22,7 @@ steps:
key: "go_test"
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:test:cover"]
Expand All @@ -36,7 +36,7 @@ steps:
- label: ":closed_lock_with_key: gosec"
key: "gosec"
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "securego/gosec:2.20.0"
command: ["-no-fail", "-exclude-generated", "-fmt sonarqube", "-out", "results.txt", "./..."]
environment:
Expand All @@ -52,7 +52,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 @@ -68,7 +68,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 @@ -80,7 +80,7 @@ steps:
key: "gobuild-server"
artifact_paths: "bin/${APP_NAME}"
plugins:
- docker#v5.11.0:
- docker#v5.12.0:
image: "ghcr.io/theopenlane/build-image:latest"
always_pull: true
environment:
Expand Down

0 comments on commit 34d5f7c

Please sign in to comment.