jku / ci-id

Ambient OIDC credential detection for CI systems
https://docs.rs/ci-id
Apache License 2.0
0 stars 0 forks source link

check for trailing newline in tokens #6

Closed jku closed 1 month ago

jku commented 1 month ago

should likely trim the token just to be sure: in the buildkite and circleci cases it comes from CLI apps: no telling if they include newlines or not

jku commented 1 month ago

done