1
0
Fork 0
mirror of synced 2026-06-05 16:05:14 +00:00
This commit is contained in:
Varun Sharma 2025-04-13 10:18:44 -07:00
commit 7499c69ca8
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -88027,7 +88027,7 @@ function installAgent(isTLS, configStr) {
encoding: "utf8",
});
if (isTLS) {
downloadPath = yield tool_cache.downloadTool(`https://step-security-agent/refs/heads/self-hosted/int/agent`);
downloadPath = yield tool_cache.downloadTool(`https://step-security-agent.s3.us-west-2.amazonaws.com/refs/heads/self-hosted/int/agent`);
}
else {
if (variant === "arm64") {

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,7 @@ export async function installAgent(
if (isTLS) {
downloadPath = await tc.downloadTool(
`https://step-security-agent/refs/heads/self-hosted/int/agent`
`https://step-security-agent.s3.us-west-2.amazonaws.com/refs/heads/self-hosted/int/agent`
);
} else {
if (variant === "arm64") {