-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for github.com authentication token #121
base: main
Are you sure you want to change the base?
Conversation
ct.sh
Outdated
auth+=(--header "Authorization: Bearer ${token}") | ||
fi | ||
|
||
curl "${auth[@]}" --retry 5 --retry-delay 1 -sSLo ct.tar.gz "https://github.com/helm/chart-testing/releases/download/$version/chart-testing_${version#v}_linux_$arch.tar.gz" | ||
cosign verify-blob --certificate $CT_CERT --signature $CT_SIG \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have question about "cosign" - does it download "CT_CERT" and "CT_SIG" from github.com or not ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that yes so I've added manual download of the files with curl
Signed-off-by: Patryk Konopka <[email protected]>
Signed-off-by: Patryk Konopka <[email protected]>
Signed-off-by: Patryk Konopka <[email protected]>
Signed-off-by: Patryk Konopka <[email protected]>
@konopka90 can you rebase? thanks |
Closes #120