refactor: use agent 0.0.1
This commit is contained in:
parent
a6f64cd1a2
commit
8a6170d7ba
3 changed files with 3 additions and 3 deletions
2
dist/pre/index.js
vendored
2
dist/pre/index.js
vendored
|
|
@ -88094,7 +88094,7 @@ function installMacosAgent(confgStr) {
|
||||||
external_fs_.writeFileSync("/opt/step-security/agent.json", confgStr);
|
external_fs_.writeFileSync("/opt/step-security/agent.json", confgStr);
|
||||||
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
|
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
|
||||||
// Download installer package
|
// Download installer package
|
||||||
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1-rc4.tar.gz";
|
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
|
||||||
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
||||||
const downloadPath = yield tool_cache.downloadTool(downloadUrl);
|
const downloadPath = yield tool_cache.downloadTool(downloadUrl);
|
||||||
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
||||||
|
|
|
||||||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -86,7 +86,7 @@ export async function installMacosAgent(confgStr: string): Promise<boolean> {
|
||||||
|
|
||||||
// Download installer package
|
// Download installer package
|
||||||
const downloadUrl =
|
const downloadUrl =
|
||||||
"https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1-rc4.tar.gz";
|
"https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
|
||||||
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
||||||
const downloadPath = await tc.downloadTool(downloadUrl);
|
const downloadPath = await tc.downloadTool(downloadUrl);
|
||||||
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue