Skip to content

Commit

Permalink
chore: update repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
amohamedhey committed May 21, 2024
1 parent 363ccbf commit 9fefcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ "$(check_bool "${USE_ALPHA_REGISTRY}")" ]]; then
else
_scan_repo_name="image/${ECR_REPO_NAME}"
fi
_scan_repo_link="https://eu-central-1.console.aws.amazon.com/ecr/repositories/private/${AWS_ACCOUNT_ID}/${_scan_repo_name}"
_scan_repo_link="https://heycargroup.awsapps.com/start/#/console?account_id=${AWS_ACCOUNT_ID}&role_name=Developer&destination=https%3A%2F%2Feu-central-1.console.aws.amazon.com%2Fecr%2Frepositories%2Fprivate%2F${AWS_ACCOUNT_ID}%2F${_scan_repo_name}%3Fregion%3Deu-central-1"

log_info "Fetching scan results from ECR"
log_debug "repo=\"${_scan_repo_name}\" | imageTag=\"${ECR_REPO_TAG}\""
Expand Down

0 comments on commit 9fefcc5

Please sign in to comment.