Skip to content

Commit

Permalink
Add HashiCorp Vault secrets to list we scan for in private repos (git…
Browse files Browse the repository at this point in the history
…hub#24076)

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
  • Loading branch information
Grey Baker and ethanpalm authored Jan 5, 2022
1 parent 6e2ee35 commit 60d3fe3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ Google | Google OAuth Client Secret | google_oauth_client_secret{% endif %}
Google | Google OAuth Refresh Token | google_oauth_refresh_token{% endif %}
{%- ifversion fpt or ghec or ghes > 3.1 or ghae %}
Grafana | Grafana API Key | grafana_api_key{% endif %}
Hashicorp Terraform | Terraform Cloud / Enterprise API Token | terraform_api_token
HashiCorp | Terraform Cloud / Enterprise API Token | terraform_api_token
HashiCorp | HashiCorp Vault Batch Token | hashicorp_vault_batch_token
HashiCorp | HashiCorp Vault Service Token | hashicorp_vault_service_token
Hubspot | Hubspot API Key | hubspot_api_key
{%- ifversion fpt or ghec or ghes > 3.1 or ghae %}
Intercom | Intercom Access Token | intercom_access_token{% endif %}
Expand Down

0 comments on commit 60d3fe3

Please sign in to comment.