Skip to content

Commit 853e846

Browse files
committed
bump agent-macos installer to v0.0.4
1 parent 0d7fdc0 commit 853e846

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/pre/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85545,7 +85545,7 @@ const CHECKSUMS = {
8554585545
non_tls: {
8554685546
amd64: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
8554785547
},
85548-
darwin: "c15dea4604bb3f15c7b45bf74658a154827d3c1285cb9b13f21d4a2ad2b9d9ce",
85548+
darwin: "797399a3a3f6f9c4c000a02e0d8c7b16499129c9bdc2ad9cf2a10072c10654fb",
8554985549
windows: {
8555085550
amd64: "e98f8b9cf9ecf6566f1e16a470fbe4aef01610a644fd8203a1bab3ff142186c8", // v1.0.0
8555185551
},
@@ -85655,7 +85655,7 @@ function installMacosAgent(configStr) {
8565585655
external_fs_.writeFileSync("/opt/step-security/agent.json", configStr);
8565685656
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
8565785657
// Download installer package
85658-
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v0.0.3-mac/macos-installer-0.0.3.tar.gz";
85658+
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v0.0.4-mac/macos-installer-0.0.4.tar.gz";
8565985659
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
8566085660
const downloadPath = yield tool_cache.downloadTool(downloadUrl, undefined, auth);
8566185661
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checksum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const CHECKSUMS = {
1010
non_tls: {
1111
amd64: "23715f2485c16e2a2ad116abf0fe8443788c62e4f5f224c5858b0b41b591fc89", // v0.14.3
1212
},
13-
darwin: "c15dea4604bb3f15c7b45bf74658a154827d3c1285cb9b13f21d4a2ad2b9d9ce", // v0.0.3
13+
darwin: "797399a3a3f6f9c4c000a02e0d8c7b16499129c9bdc2ad9cf2a10072c10654fb", // v0.0.4
1414
windows: {
1515
amd64: "e98f8b9cf9ecf6566f1e16a470fbe4aef01610a644fd8203a1bab3ff142186c8", // v1.0.0
1616
},

src/install-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function installMacosAgent(configStr: string): Promise<boolean> {
8989

9090
// Download installer package
9191
const downloadUrl =
92-
"https://github.com/step-security/agent-releases/releases/download/v0.0.3-mac/macos-installer-0.0.3.tar.gz";
92+
"https://github.com/step-security/agent-releases/releases/download/v0.0.4-mac/macos-installer-0.0.4.tar.gz";
9393
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
9494
const downloadPath = await tc.downloadTool(downloadUrl, undefined, auth);
9595
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);

0 commit comments

Comments
 (0)