Skip to content

Commit

Permalink
Merge pull request #2520 from buildkite/run-ecr-scan-on-deploy
Browse files Browse the repository at this point in the history
Run ecr scan results step on deploy queue
  • Loading branch information
danstn authored Oct 10, 2023
2 parents f5c4129 + 7ccf2a0 commit 76035d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ steps:
- name: ":ecr: ECR Vulnerabilities Scan"
command: "true"
soft_fail: true
agents:
queue: deploy
depends_on: "ecr-push"
plugins:
- buildkite/ecr-scan-results#v1.2.0:
Expand Down

0 comments on commit 76035d9

Please sign in to comment.