Commit 978e780
authored
DS-2408 Add image build security scan fix to missed pipelines (#1012)
# Task Branch Pull Request
**<https://nhsd-jira.digital.nhs.uk/browse/DS-2408>**
## Description of Changes
This PR adds a temp fix to the missed build image codebuild jobs used by
DI's pipelines. A 20 second sleep has been put in place to give time for
the aws ecr security image scan to be ready, before it's checked.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## Development Checklist
- [x] I have performed a self-review of my own code
- [x] Tests have added that prove my fix is effective or that my feature
works (Integration tests)
- [x] I have updated Dependabot to include my changes (if applicable)
## Code Reviewer Checklist
- [x] I can confirm the changes have been tested or approved by a tester1 parent d38c8ef commit 978e780
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- infrastructure/stacks/development-and-deployment-tools/buildspecs
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
0 commit comments