Skip to content

Commit dde9b22

Browse files
authored
feat: add no-proxy support (#1482)
1 parent 5ebd15a commit dde9b22

File tree

10 files changed

+635
-117
lines changed

10 files changed

+635
-117
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ inputs:
3737
http-proxy:
3838
description: Proxy to use for the AWS SDK agent
3939
required: false
40+
no-proxy:
41+
description: Hosts to skip for the proxy configuration
42+
required: false
4043
mask-aws-account-id:
4144
description: Whether to mask the AWS account ID for these credentials as a secret value. By default the account ID will not be masked
4245
required: false

package-lock.json

Lines changed: 253 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@actions/core": "^1.11.1",
3636
"@aws-sdk/client-sts": "^3.883.0",
3737
"@smithy/node-http-handler": "^4.2.0",
38-
"https-proxy-agent": "^7.0.6"
38+
"proxy-agent": "^6.5.0"
3939
},
4040
"keywords": [
4141
"aws",

0 commit comments

Comments
 (0)