Skip to content

Commit

Permalink
Merge pull request #12187 from transcom/B-19106-UpdateCircleCi
Browse files Browse the repository at this point in the history
add a sleep
  • Loading branch information
deandreJones authored Mar 7, 2024
2 parents 583f136 + ddcc7e2 commit fae01b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ commands:
mkdir -p images/sha
echo $(aws ecr describe-images --repository-name << parameters.repo >> --image-ids imageTag=git-${CIRCLE_SHA1} | jq ".imageDetails[0] .imageDigest" -r) > images/sha/ECR_DIGEST_<< parameters.repo >>_<< parameters.ecr_env >>
cat images/sha/ECR_DIGEST_<< parameters.repo >>_<< parameters.ecr_env >>
sleep 60
- run:
name: 'Describe image scan findings'
command: scripts/ecr-describe-image-scan-findings << parameters.repo >> $(cat images/sha/ECR_DIGEST_<< parameters.repo >>_<< parameters.ecr_env >>)
Expand Down

0 comments on commit fae01b2

Please sign in to comment.