Skip to content

Commit

Permalink
add a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahzimmerman-caci committed Mar 7, 2024
1 parent 583f136 commit ddcc7e2
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 ddcc7e2

Please sign in to comment.