Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions binary/proto/scan_result.proto
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ message SecretData {
github_fine_grained_personal_access_token = 29;
GithubAppUserToServerToken github_app_user_to_server_token = 30;
GithubOAuthToken github_oauth_token = 31;
OpenRouterAPIKey openrouter_api_key = 32;
}

message GCPSAK {
Expand Down Expand Up @@ -761,6 +762,10 @@ message SecretData {
string key = 1;
}

message OpenRouterAPIKey {
string key = 1;
}

message DigitalOceanAPIToken {
string key = 1;
}
Expand Down
Loading