Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1988 from grapl-security/docker-v3.14.0
Browse files Browse the repository at this point in the history
Update `docker` Buildkite plugin to `v3.14.0`
  • Loading branch information
christophermaier committed Sep 15, 2022
2 parents cde7999 + 1c588b3 commit 546b786
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.cargo-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- cargo install cargo-audit
- cargo audit
plugins:
- docker#v3.8.0:
- docker#v3.14.0:
image: "rust:${rust_version}"
soft_fail: ${soft_fail}
agents:
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.npm-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
- cd src/js/graphql_endpoint
- npm audit
plugins:
- docker#v3.8.0:
- docker#v3.14.0:
image: "node:17-alpine"
soft_fail: ${soft_fail}
agents:
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
- label: ":github: Validate CODEOWNERS"
command: ".buildkite/scripts/validate_codeowners.sh"
plugins:
- docker#v3.12.0:
- docker#v3.14.0:
image: "node"
entrypoint: "bash"

Expand Down Expand Up @@ -81,7 +81,7 @@ steps:
- rustup set profile default
- make lint-rust-rustfmt
plugins:
- docker#v3.12.0:
- docker#v3.14.0:
image: "rust:${RUST_VERSION}"

- label: ":bash: Linting"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yarn-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
- cd src/js/frontend
- yarn audit --level high
plugins:
- docker#v3.8.0:
- docker#v3.14.0:
image: "node:18-alpine"
soft_fail: ${soft_fail}
agents:
Expand Down

0 comments on commit 546b786

Please sign in to comment.