mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
Add verify complete log
This commit is contained in:
@@ -37,6 +37,7 @@ export class MacOsInstaller extends CliInstaller implements Installer {
|
||||
|
||||
core.info("Verifying 1Password CLI signature");
|
||||
await verifyMacOsPackageSignature(pkgWithExtension);
|
||||
core.info("1Password CLI signature verified");
|
||||
|
||||
const expandDir = "temp-pkg";
|
||||
await execFileAsync("pkgutil", ["--expand", pkgWithExtension, expandDir]);
|
||||
|
||||
Reference in New Issue
Block a user