Skip to content

Commit

Permalink
update script output to make it more usuable with automation (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: Falcon Pioupiou <[email protected]>
  • Loading branch information
falcon-pioupiou and falcon-pioupiou authored Jan 29, 2024
1 parent 05e2838 commit 2b35517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ if [ "$PULLTOKEN" ]; then
# Generate and display token
# shellcheck disable=SC2086
IMAGE_PULL_TOKEN=$(printf '{"auths": { "registry.crowdstrike.com": { "auth": "%s" } } }' "$PARTIALPULLTOKEN" | base64 $BASE64_OPT)
echo "Image Pull Token: ${IMAGE_PULL_TOKEN}"
echo "${IMAGE_PULL_TOKEN}"
exit 0
fi

Expand Down

0 comments on commit 2b35517

Please sign in to comment.