Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsalvador-tf committed Sep 15, 2023
1 parent 939f348 commit 1845938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/secrets-scan/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ get_gitleaks_container() {

# Based on https://gist.github.com/outofcoffee/8f40732aefacfded14cce8a45f6e5eb1
aws ecr describe-images --repository-name=${mirror_repo_name} --image-ids=${image_ids} --registry-id=${registry_id} &>/dev/null
exit_code=$?

if [ $exit_code -eq 0 ]; then
echo $mirrored_gitleaks
Expand Down

0 comments on commit 1845938

Please sign in to comment.