Buildkite API Token
Description
General
- Documentation: https://buildkite.com/docs/apis/managing-api-tokens
- Summary: Buildkite is a tool used to manage CI pipelines. This token allows to interact with the API and update pipelines parameters.
- IPs allowlist: IP Allowlisting is possible when creating or updating a token from the user's personal dashboard.
- Scopes: Tokens can have several scopes. These scopes can be updated from the user's personal dashboard.
Revoke the secret
Tokens can be revoked from the API or the user's personal dashboard
Check for suspicious activity
Last use of the token is accessible in the user's personal dashboard. Information includes IP address and user agent.
Details for Buildkite api token
-
Family: Api
-
Category: CI/CD
-
Company: Buildkite
-
High recall: False
-
Validity check available: True
-
Analyzer available: True
-
On-premise instances exist: False
-
Only valid secrets raise an alert: True
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 0.08
-
Prefixed: False
-
PreValidators:
- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- buildkite
Examples
- text: |
=master
export BUILDKITE_ACCESS_TOKEN="7c3c5347b061ba69750ac1b413e4d98c4fbfc203"
+export RUNTIME_DIR=${WORKDIR}/runtime
token: 7c3c5347b061ba69750ac1b413e4d98c4fbfc203
- text: |
=master
export BUILDKITE_ACCESS_TOKEN="7c3c5347b061ba69750ac1b413e4d98c4fbfc203"
+export RUNTIME_DIR=${WORKDIR}/runtime
token: 7c3c5347b061ba69750ac1b413e4d98c4fbfc203
Details for Buildkite api v2
-
Family: Api
-
Category: CI/CD
-
Company: Buildkite
-
High recall: True
-
Validity check available: True
-
Analyzer available: True
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 0.05
-
Prefixed: True
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- bkua_
Examples
- text: |
export API_KEY= bkua_4a7096c2f4a6e76fe2e8bede7c164e3c1a441466
apikey: bkua_4a7096c2f4a6e76fe2e8bede7c164e3c1a441466