mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Add proxy_binary input to start-proxy Action
This allows a custom binary to be used. Mainly for testing.
This commit is contained in:
@@ -2,6 +2,10 @@ name: "CodeQL: Start proxy"
|
||||
description: "[Experimental] Start HTTP proxy server. This action is for internal GitHub used only and will change without notice."
|
||||
author: "GitHub"
|
||||
inputs:
|
||||
proxy_binary:
|
||||
description: >-
|
||||
A path for the proxy binary to use.
|
||||
required: false
|
||||
registry_secrets:
|
||||
description: The URLs and credentials of package registries
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user