Skip to content

Update Fleet-maintained apps - #48029

Merged
allenhouchins merged 2 commits into
mainfrom
fma-2606221648
Jun 22, 2026
Merged

Update Fleet-maintained apps#48029
allenhouchins merged 2 commits into
mainfrom
fma-2606221648

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated application version metadata for nine macOS applications (Adobe Acrobat Pro, Fantastical, Genesys Cloud, Malwarebytes, Marked, Quip, Setapp, TeamViewer, and Zoom) to support latest releases.
    • Enhanced Malwarebytes installation process to better detect and preserve running application state during updates.

Generated automatically with cmd/maintained-apps.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/fantastical/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/genesys-cloud/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/malwarebytes/darwin.json

=== Install // cc7c529a -> eb844ac0 ===

--- /tmp/old.kZwezQ	2026-06-22 16:55:12.031252238 +0000
+++ /tmp/new.F4YCrg	2026-06-22 16:55:12.031252238 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.malwarebytes.mbam.frontend.application'
-sudo installer -pkg "$TMPDIR/Malwarebytes-Mac-5.23.1.3862.pkg" -target /
+sudo installer -pkg "$TMPDIR/Malwarebytes-Mac-5.24.0.4031.pkg" -target /
 relaunch_application 'com.malwarebytes.mbam.frontend.application'

=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/marked-app/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/quip/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/setapp/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/teamviewer/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/zoom/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2c23f648-0a75-4aad-a255-fdd9eba24da8

📥 Commits

Reviewing files that changed from the base of the PR and between fd70ff7 and 110a581.

📒 Files selected for processing (9)
  • ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json
  • ee/maintained-apps/outputs/fantastical/darwin.json
  • ee/maintained-apps/outputs/genesys-cloud/darwin.json
  • ee/maintained-apps/outputs/malwarebytes/darwin.json
  • ee/maintained-apps/outputs/marked-app/darwin.json
  • ee/maintained-apps/outputs/quip/darwin.json
  • ee/maintained-apps/outputs/setapp/darwin.json
  • ee/maintained-apps/outputs/teamviewer/darwin.json
  • ee/maintained-apps/outputs/zoom/darwin.json

Walkthrough

Nine macOS maintained-app JSON definitions under ee/maintained-apps/outputs/ were updated. Adobe Acrobat Pro was bumped to 26.001.21677, Fantastical to 4.1.15, Genesys Cloud to 2.51.31, Malwarebytes to 5.24.0.4031, Marked to 3.0.39, Quip to 9.48.0, Setapp to 3.53.6, TeamViewer to 15.79.4, and Zoom to 7.1.0.83064. Each entry received updated version, queries.patched SQL threshold, installer_url, and sha256 fields. Malwarebytes additionally replaces its install_script_ref with a new script (eb844ac0) that tracks app running state before installation and uses launchctl asuser to conditionally relaunch the app post-install when running as root.

Possibly related PRs

  • fleetdm/fleet#47570: Updates the same ee/maintained-apps/outputs/*/darwin.json files with prior version bumps, using the same pattern of adjusting queries.patched, installer_url, and sha256.
  • fleetdm/fleet#48024: Directly overlaps with this PR's Adobe Acrobat Pro darwin.json change, bumping the same queries.patched/bundle_short_version target from 26.001.21662 to 26.001.21677.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal and does not follow the provided template structure, lacking required sections like checklist items, testing details, and database migration considerations. Add required template sections including changes file checklist, testing confirmations, and relevant migration/configuration checks, or justify why they don't apply.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' is directly related to the changeset, which updates version metadata across multiple maintained applications in JSON files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2606221648

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-fma-pr-only

Failed stage: Filter apps.json and verify changed apps [❌]

Failed test name: ""

Failure summary:

The action failed during the app validation step because the Adobe Acrobat Pro
(adobe-acrobat-pro/darwin) package did not match the expected version.
- The validator installed the
app but osquery could not find the expected version 26.001.21677 (log: App version '26.001.21677'
was not found by osquery around line 4919).
- As a result, only 8 out of 9 apps validated
successfully, with errors for [Adobe Acrobat Pro], and the validation command exited with exit
status 1, causing the workflow to fail (Process completed with exit code 1).

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

168:  * [new branch]            11938-loadtesting-branch    -> origin/11938-loadtesting-branch
169:  * [new branch]            12007-ui-idp-metadata       -> origin/12007-ui-idp-metadata
170:  * [new branch]            12351-try-fix-for-fleet-desktop -> origin/12351-try-fix-for-fleet-desktop
171:  * [new branch]            12356-puppet-callback       -> origin/12356-puppet-callback
172:  * [new branch]            12375-query-bulk-action     -> origin/12375-query-bulk-action
173:  * [new branch]            12474-documentation         -> origin/12474-documentation
174:  * [new branch]            12614-federated-auth-support -> origin/12614-federated-auth-support
175:  * [new branch]            12687-host-issues-query     -> origin/12687-host-issues-query
176:  * [new branch]            12696-loadtest-cis-changes  -> origin/12696-loadtest-cis-changes
177:  * [new branch]            12842-fleetd-bitlocker-management -> origin/12842-fleetd-bitlocker-management
178:  * [new branch]            12842-fleetd-bitlocker-table -> origin/12842-fleetd-bitlocker-table
179:  * [new branch]            12889-faster-software       -> origin/12889-faster-software
180:  * [new branch]            13287-loadtest-changes      -> origin/13287-loadtest-changes
181:  * [new branch]            13288-poc-fleet-fips        -> origin/13288-poc-fleet-fips
182:  * [new branch]            13485-query-reports-migration -> origin/13485-query-reports-migration
183:  * [new branch]            13574-cache-failed-policy-counts -> origin/13574-cache-failed-policy-counts
184:  * [new branch]            13657-docs                  -> origin/13657-docs
...

196:  * [new branch]            146orch                     -> origin/146orch
197:  * [new branch]            14753-windows-ps1-api       -> origin/14753-windows-ps1-api
198:  * [new branch]            14957-test-dep-screen       -> origin/14957-test-dep-screen
199:  * [new branch]            14957-test-dep-screen-patch -> origin/14957-test-dep-screen-patch
200:  * [new branch]            15068-disk-encryption-ii    -> origin/15068-disk-encryption-ii
201:  * [new branch]            15082-download-api-docs     -> origin/15082-download-api-docs
202:  * [new branch]            15082-make-endpoints-consistent -> origin/15082-make-endpoints-consistent
203:  * [new branch]            15082-update-download-endpoints -> origin/15082-update-download-endpoints
204:  * [new branch]            15380-hosts-api-doc         -> origin/15380-hosts-api-doc
205:  * [new branch]            15461-ui-dep-assign-profile-responses -> origin/15461-ui-dep-assign-profile-responses
206:  * [new branch]            15463-msi-fix               -> origin/15463-msi-fix
207:  * [new branch]            15559-move-scep             -> origin/15559-move-scep
208:  * [new branch]            15633                       -> origin/15633
209:  * [new branch]            15770-mac-os-vuln           -> origin/15770-mac-os-vuln
210:  * [new branch]            15801-migration             -> origin/15801-migration
211:  * [new branch]            15912-password-reset-error-code -> origin/15912-password-reset-error-code
212:  * [new branch]            16182-log-root              -> origin/16182-log-root
...

654:  * [new branch]            7765-frontend               -> origin/7765-frontend
655:  * [new branch]            7766-backend-final-main-merge -> origin/7766-backend-final-main-merge
656:  * [new branch]            7766-backend-test           -> origin/7766-backend-test
657:  * [new branch]            7766-frontend               -> origin/7766-frontend
658:  * [new branch]            7993-figure-out-the-limits-of-our-current-search-approach -> origin/7993-figure-out-the-limits-of-our-current-search-approach
659:  * [new branch]            8021-orbit-use-specified-identifier -> origin/8021-orbit-use-specified-identifier
660:  * [new branch]            8186-vulnerable-software-false-positive-docker -> origin/8186-vulnerable-software-false-positive-docker
661:  * [new branch]            8593-gitops                 -> origin/8593-gitops
662:  * [new branch]            8708-docs                   -> origin/8708-docs
663:  * [new branch]            8708-encryption-key-api     -> origin/8708-encryption-key-api
664:  * [new branch]            8708-ingest-file-vault      -> origin/8708-ingest-file-vault
665:  * [new branch]            8708-ingest-macos-encription-key -> origin/8708-ingest-macos-encription-key
666:  * [new branch]            8708-ingest-macos-encription-key-ii -> origin/8708-ingest-macos-encription-key-ii
667:  * [new branch]            8974-native-smbios-uuid-support -> origin/8974-native-smbios-uuid-support
668:  * [new branch]            9260-cis-checks-5.10.x      -> origin/9260-cis-checks-5.10.x
669:  * [new branch]            9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors -> origin/9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors
670:  * [new branch]            9590-schema                 -> origin/9590-schema
...

853:  * [new branch]            all-api-routes              -> origin/all-api-routes
854:  * [new branch]            allen/add-support-software-category -> origin/allen/add-support-software-category
855:  * [new branch]            allenhouchins-add-hardware-procurement-info -> origin/allenhouchins-add-hardware-procurement-info
856:  * [new branch]            allenhouchins-contour-normalize -> origin/allenhouchins-contour-normalize
857:  * [new branch]            allenhouchins-fix-firefox   -> origin/allenhouchins-fix-firefox
858:  * [new branch]            allenhouchins-fma-installer-arch -> origin/allenhouchins-fma-installer-arch
859:  * [new branch]            allenhouchins-net-arm64     -> origin/allenhouchins-net-arm64
860:  * [new branch]            allenhouchins-santa-table-updates -> origin/allenhouchins-santa-table-updates
861:  * [new branch]            allenhouchins-update-custom-tap -> origin/allenhouchins-update-custom-tap
862:  * [new branch]            allenhouchins-update-new-fma-skill -> origin/allenhouchins-update-new-fma-skill
863:  * [new branch]            always-create-event-next-thu -> origin/always-create-event-next-thu
864:  * [new branch]            and_osq_proj                -> origin/and_osq_proj
865:  * [new branch]            andrey/loadtest-oval-vulns  -> origin/andrey/loadtest-oval-vulns
866:  * [new branch]            android-cofniguration-profiles-research -> origin/android-cofniguration-profiles-research
867:  * [new branch]            android-enroll-note         -> origin/android-enroll-note
868:  * [new branch]            android-enrollment-error    -> origin/android-enrollment-error
869:  * [new branch]            android-fleet-vars          -> origin/android-fleet-vars
...

922:  * [new branch]            await-configuration-docs    -> origin/await-configuration-docs
923:  * [new branch]            aws-licensing-integration-proposal -> origin/aws-licensing-integration-proposal
924:  * [new branch]            backport-a41fb63            -> origin/backport-a41fb63
925:  * [new branch]            backport-c02af              -> origin/backport-c02af
926:  * [new branch]            backport-e65d6cf            -> origin/backport-e65d6cf
927:  * [new branch]            backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49 -> origin/backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49
928:  * [new branch]            backport-vpp-fix            -> origin/backport-vpp-fix
929:  * [new branch]            base-software-titles-loadtest -> origin/base-software-titles-loadtest
930:  * [new branch]            base-software-titles-loadtest-2 -> origin/base-software-titles-loadtest-2
931:  * [new branch]            beekeeper-fma-initial       -> origin/beekeeper-fma-initial
932:  * [new branch]            bettapizza                  -> origin/bettapizza
933:  * [new branch]            bettapizza--ghost-testimonial-update -> origin/bettapizza--ghost-testimonial-update
934:  * [new branch]            bettapizza-patch-1          -> origin/bettapizza-patch-1
935:  * [new branch]            bettapizza-patch-2          -> origin/bettapizza-patch-2
936:  * [new branch]            bettapizza-patch-3          -> origin/bettapizza-patch-3
937:  * [new branch]            better-byod-error           -> origin/better-byod-error
938:  * [new branch]            bounded-context-proposals   -> origin/bounded-context-proposals
...

970:  * [new branch]            cherry-pick-41914-to-rc-v4.83.0 -> origin/cherry-pick-41914-to-rc-v4.83.0
971:  * [new branch]            cherry-pick-42773-vitals-constants -> origin/cherry-pick-42773-vitals-constants
972:  * [new branch]            cherry-pick-8750-into-rc-minor-fleet-v4.60.0 -> origin/cherry-pick-8750-into-rc-minor-fleet-v4.60.0
973:  * [new branch]            cherry-pick-dogfood-change  -> origin/cherry-pick-dogfood-change
974:  * [new branch]            cherry-pick-dogfood-env-vars -> origin/cherry-pick-dogfood-env-vars
975:  * [new branch]            cherry-pick-fleetctl-changes-to-allow-testing -> origin/cherry-pick-fleetctl-changes-to-allow-testing
976:  * [new branch]            cherry-pick-mac-address-vital -> origin/cherry-pick-mac-address-vital
977:  * [new branch]            cherry-pick-patches         -> origin/cherry-pick-patches
978:  * [new branch]            cherry-pick-remove-overrides-in-dev-mode -> origin/cherry-pick-remove-overrides-in-dev-mode
979:  * [new branch]            cherry-pick-util            -> origin/cherry-pick-util
980:  * [new branch]            cherry-pick-webhooks        -> origin/cherry-pick-webhooks
981:  * [new branch]            cherrypick-v4.85.0-version-bump-into-main -> origin/cherrypick-v4.85.0-version-bump-into-main
982:  * [new branch]            chore-UI-update-for-CSP     -> origin/chore-UI-update-for-CSP
983:  * [new branch]            chore-add-specific-yarn-version -> origin/chore-add-specific-yarn-version
984:  * [new branch]            chore-backend-api-patterns  -> origin/chore-backend-api-patterns
985:  * [new branch]            chore-change-error-message-custom-profile -> origin/chore-change-error-message-custom-profile
986:  * [new branch]            chore-cp-chage-status-code-turn-off-mdm -> origin/chore-cp-chage-status-code-turn-off-mdm
...

1170:  * [new branch]            edwardsb-vuln-processing-fix-sandcastle -> origin/edwardsb-vuln-processing-fix-sandcastle
1171:  * [new branch]            edwardsb-vuln-processing-volume-fix -> origin/edwardsb-vuln-processing-volume-fix
1172:  * [new branch]            edwardsb/deployment-guide-updates -> origin/edwardsb/deployment-guide-updates
1173:  * [new branch]            edwardsb/restrict_console_access -> origin/edwardsb/restrict_console_access
1174:  * [new branch]            elastic_rum                 -> origin/elastic_rum
1175:  * [new branch]            enable-jit-by-default       -> origin/enable-jit-by-default
1176:  * [new branch]            enable-test-go-automation-macos -> origin/enable-test-go-automation-macos
1177:  * [new branch]            enforce-firefox-doh         -> origin/enforce-firefox-doh
1178:  * [new branch]            enforce-firefox-windows     -> origin/enforce-firefox-windows
1179:  * [new branch]            enforce-ios-26.5-update-deadline-july-2026 -> origin/enforce-ios-26.5-update-deadline-july-2026
1180:  * [new branch]            enforce-iso27001-workstations -> origin/enforce-iso27001-workstations
1181:  * [new branch]            enforce-macos-15.5-update-deadline -> origin/enforce-macos-15.5-update-deadline
1182:  * [new branch]            enforce-macos-version-workstations -> origin/enforce-macos-version-workstations
1183:  * [new branch]            enroll-android-feature-guide -> origin/enroll-android-feature-guide
1184:  * [new branch]            ericswenson0-patch-1        -> origin/ericswenson0-patch-1
1185:  * [new branch]            error-counts                -> origin/error-counts
1186:  * [new branch]            errors-perf-testing         -> origin/errors-perf-testing
1187:  * [new branch]            es-reports                  -> origin/es-reports
...

1203:  * [new branch]            eugkuo-patch-6-slugs-FMA    -> origin/eugkuo-patch-6-slugs-FMA
1204:  * [new branch]            example-fleetctl-profiles   -> origin/example-fleetctl-profiles
1205:  * [new branch]            exp-mdbook-docs             -> origin/exp-mdbook-docs
1206:  * [new branch]            experiment-disable-some-deletes -> origin/experiment-disable-some-deletes
1207:  * [new branch]            experiment-hardcode-counters-to-zero -> origin/experiment-hardcode-counters-to-zero
1208:  * [new branch]            experiment-no-txs           -> origin/experiment-no-txs
1209:  * [new branch]            experiment-status-tooltip   -> origin/experiment-status-tooltip
1210:  * [new branch]            experiment-with-two-branches -> origin/experiment-with-two-branches
1211:  * [new branch]            experimental_moveitem       -> origin/experimental_moveitem
1212:  * [new branch]            experimient-no-counts       -> origin/experimient-no-counts
1213:  * [new branch]            expiredcertstool            -> origin/expiredcertstool
1214:  * [new branch]            express-vpn-win             -> origin/express-vpn-win
1215:  * [new branch]            extra-dep-logs              -> origin/extra-dep-logs
1216:  * [new branch]            f84ee4c5f4                  -> origin/f84ee4c5f4
1217:  * [new branch]            faf-doc-clarification       -> origin/faf-doc-clarification
1218:  * [new branch]            failing-test                -> origin/failing-test
1219:  * [new branch]            faq-updates-2026-06         -> origin/faq-updates-2026-06
...

1259:  * [new branch]            feature-hydrant-ca          -> origin/feature-hydrant-ca
1260:  * [new branch]            feature-idp-byod            -> origin/feature-idp-byod
1261:  * [new branch]            feature-orbit-find          -> origin/feature-orbit-find
1262:  * [new branch]            feature-prioritization      -> origin/feature-prioritization
1263:  * [new branch]            feature-v4.44.1-live-queries -> origin/feature-v4.44.1-live-queries
1264:  * [new branch]            feature-windows-mdm-policy-extraction -> origin/feature-windows-mdm-policy-extraction
1265:  * [new branch]            feature/add-blank-to-osquer-link -> origin/feature/add-blank-to-osquer-link
1266:  * [new branch]            feature/fleet-macos-password-sync -> origin/feature/fleet-macos-password-sync
1267:  * [new branch]            feature_14722-activity-feed-webhooks -> origin/feature_14722-activity-feed-webhooks
1268:  * [new branch]            feature_18115-crit-vuln-issues -> origin/feature_18115-crit-vuln-issues
1269:  * [new branch]            feature_19010-ipad-ios-lock-wipe-backend-changes -> origin/feature_19010-ipad-ios-lock-wipe-backend-changes
1270:  * [new branch]            feature_22078               -> origin/feature_22078
1271:  * [new branch]            fix                         -> origin/fix
1272:  * [new branch]            fix-35118-cis-win10-v4      -> origin/fix-35118-cis-win10-v4
1273:  * [new branch]            fix-4.84.4-k8s              -> origin/fix-4.84.4-k8s
1274:  * [new branch]            fix-40083-failed-install-retries -> origin/fix-40083-failed-install-retries
1275:  * [new branch]            fix-41290-vpp-added-status  -> origin/fix-41290-vpp-added-status
1276:  * [new branch]            fix-41337-save-env-secrets-dry-run -> origin/fix-41337-save-env-secrets-dry-run
1277:  * [new branch]            fix-43623-fma-patch-policy-gitops -> origin/fix-43623-fma-patch-policy-gitops
1278:  * [new branch]            fix-43673-my-device-sort    -> origin/fix-43673-my-device-sort
1279:  * [new branch]            fix-44199-embedded-app-bundles -> origin/fix-44199-embedded-app-bundles
1280:  * [new branch]            fix-44325-gitops-mode-tooltips -> origin/fix-44325-gitops-mode-tooltips
1281:  * [new branch]            fix-android-unenroll-activities -> origin/fix-android-unenroll-activities
1282:  * [new branch]            fix-blockquotes-google-groups -> origin/fix-blockquotes-google-groups
1283:  * [new branch]            fix-ca-verdict-spoof-16386  -> origin/fix-ca-verdict-spoof-16386
1284:  * [new branch]            fix-case-in-deploy-config-docs -> origin/fix-case-in-deploy-config-docs
1285:  * [new branch]            fix-cert-details-modal      -> origin/fix-cert-details-modal
1286:  * [new branch]            fix-checkerboard-scroll-to-right -> origin/fix-checkerboard-scroll-to-right
1287:  * [new branch]            fix-checkerboard-tooltip-nowrap -> origin/fix-checkerboard-tooltip-nowrap
1288:  * [new branch]            fix-cloudflare-warp-fma-output-json -> origin/fix-cloudflare-warp-fma-output-json
1289:  * [new branch]            fix-codeql-ci-error         -> origin/fix-codeql-ci-error
1290:  * [new branch]            fix-colima                  -> origin/fix-colima
1291:  * [new branch]            fix-color-for-mobile-sticky-nav -> origin/fix-color-for-mobile-sticky-nav
1292:  * [new branch]            fix-conflict-in-feature_19010-ipad-ios-lock-wipe -> origin/fix-conflict-in-feature_19010-ipad-ios-lock-wipe
1293:  * [new branch]            fix-contrib-docs            -> origin/fix-contrib-docs
1294:  * [new branch]            fix-cve-2026-2792-firefox-esr -> origin/fix-cve-2026-2792-firefox-esr
1295:  * [new branch]            fix-cve-validate-enrichment-canary -> origin/fix-cve-validate-enrichment-canary
1296:  * [new branch]            fix-docker-publish          -> origin/fix-docker-publish
1297:  * [new branch]            fix-dogfood-workstation     -> origin/fix-dogfood-workstation
1298:  * [new branch]            fix-embedded-bundle-titles-44199 -> origin/fix-embedded-bundle-titles-44199
1299:  * [new branch]            fix-firefox-cve-2026-2792   -> origin/fix-firefox-cve-2026-2792
1300:  * [new branch]            fix-firefox-fma-conflict-error-msg -> origin/fix-firefox-fma-conflict-error-msg
1301:  * [new branch]            fix-flakey-orbit-test       -> origin/fix-flakey-orbit-test
...

1307:  * [new branch]            fix-host-counts-vpp-software -> origin/fix-host-counts-vpp-software
1308:  * [new branch]            fix-instability-ubuntu-latest -> origin/fix-instability-ubuntu-latest
1309:  * [new branch]            fix-ios-ipados-enrollment-label-42721 -> origin/fix-ios-ipados-enrollment-label-42721
1310:  * [new branch]            fix-list-sw-permissions     -> origin/fix-list-sw-permissions
1311:  * [new branch]            fix-mdm-enrolled-webhook    -> origin/fix-mdm-enrolled-webhook
1312:  * [new branch]            fix-mdm-redirect            -> origin/fix-mdm-redirect
1313:  * [new branch]            fix-mdm-url-truncation      -> origin/fix-mdm-url-truncation
1314:  * [new branch]            fix-missing-test-schema-update -> origin/fix-missing-test-schema-update
1315:  * [new branch]            fix-modernize               -> origin/fix-modernize
1316:  * [new branch]            fix-no-space-left-on-device-failure -> origin/fix-no-space-left-on-device-failure
1317:  * [new branch]            fix-notarization            -> origin/fix-notarization
1318:  * [new branch]            fix-orbit-notarization      -> origin/fix-orbit-notarization
1319:  * [new branch]            fix-os-settings-name-col-truncation -> origin/fix-os-settings-name-col-truncation
1320:  * [new branch]            fix-os-settings-underline-descender-clip -> origin/fix-os-settings-underline-descender-clip
1321:  * [new branch]            fix-pricing-more-info-icon-documentationurl -> origin/fix-pricing-more-info-icon-documentationurl
1322:  * [new branch]            fix-receive-from-github-error -> origin/fix-receive-from-github-error
1323:  * [new branch]            fix-sandbox-local           -> origin/fix-sandbox-local
...

1336:  * [new branch]            fix-ui-turn-on-mdm-external -> origin/fix-ui-turn-on-mdm-external
1337:  * [new branch]            fix-ui-typo-fleet-maintained-empty -> origin/fix-ui-typo-fleet-maintained-empty
1338:  * [new branch]            fix-vpp-edit-fleet-desktop-message -> origin/fix-vpp-edit-fleet-desktop-message
1339:  * [new branch]            fix-win-os-version          -> origin/fix-win-os-version
1340:  * [new branch]            fix_14825                   -> origin/fix_14825
1341:  * [new branch]            fixes-on-minor-fleet-v4.54.0 -> origin/fixes-on-minor-fleet-v4.54.0
1342:  * [new branch]            fixes-plus-4.35.1           -> origin/fixes-plus-4.35.1
1343:  * [new branch]            flaky-tests-nov-6           -> origin/flaky-tests-nov-6
1344:  * [new branch]            fleet-desktop-linux-browser -> origin/fleet-desktop-linux-browser
1345:  * [new branch]            fleet-desktop-version       -> origin/fleet-desktop-version
1346:  * [new branch]            fleet-mdm-server-url        -> origin/fleet-mdm-server-url
1347:  * [new branch]            fleet-multiple-abm-vpp-proposal -> origin/fleet-multiple-abm-vpp-proposal
1348:  * [new branch]            fleet-premium-users-usage-statistics -> origin/fleet-premium-users-usage-statistics
1349:  * [new branch]            fleet-release-infra         -> origin/fleet-release-infra
1350:  * [new branch]            fleet-server-config-1817    -> origin/fleet-server-config-1817
1351:  * [new branch]            fleet-server-log-request-errors -> origin/fleet-server-log-request-errors
1352:  * [new branch]            fleet-ship-rebuild          -> origin/fleet-ship-rebuild
...

2326:  * [new branch]            hotfix-failing-tests        -> origin/hotfix-failing-tests
2327:  * [new branch]            hotfix-query-update         -> origin/hotfix-query-update
2328:  * [new branch]            hotfix-revert-sofa-tables   -> origin/hotfix-revert-sofa-tables
2329:  * [new branch]            hotfix-v4.67.2-migration    -> origin/hotfix-v4.67.2-migration
2330:  * [new branch]            hotfix-v4.76.1              -> origin/hotfix-v4.76.1
2331:  * [new branch]            hover-gravatar              -> origin/hover-gravatar
2332:  * [new branch]            hughestaylor-patch-1        -> origin/hughestaylor-patch-1
2333:  * [new branch]            hughestaylor-patch-1-1      -> origin/hughestaylor-patch-1-1
2334:  * [new branch]            ignore-fleetctl-vulnerabilities -> origin/ignore-fleetctl-vulnerabilities
2335:  * [new branch]            improve-flakey-test         -> origin/improve-flakey-test
2336:  * [new branch]            improve-prometheus-metrics  -> origin/improve-prometheus-metrics
2337:  * [new branch]            improve-software-tooltips   -> origin/improve-software-tooltips
2338:  * [new branch]            include-mnt-in-gads-metric  -> origin/include-mnt-in-gads-metric
2339:  * [new branch]            increase-goreleaser-timeout-to-60m -> origin/increase-goreleaser-timeout-to-60m
2340:  * [new branch]            ingress-gateway-support     -> origin/ingress-gateway-support
2341:  * [new branch]            insert-software-installers-retry-error -> origin/insert-software-installers-retry-error
2342:  * [new branch]            install-all-recently-installed -> origin/install-all-recently-installed
...

2356:  * [new branch]            irenareedy-patch-10         -> origin/irenareedy-patch-10
2357:  * [new branch]            irenareedy-patch-2          -> origin/irenareedy-patch-2
2358:  * [new branch]            irenareedy-patch-3          -> origin/irenareedy-patch-3
2359:  * [new branch]            irenareedy-patch-4          -> origin/irenareedy-patch-4
2360:  * [new branch]            irenareedy-patch-5          -> origin/irenareedy-patch-5
2361:  * [new branch]            irenareedy-patch-6          -> origin/irenareedy-patch-6
2362:  * [new branch]            irenareedy-patch-7          -> origin/irenareedy-patch-7
2363:  * [new branch]            irenareedy-patch-8          -> origin/irenareedy-patch-8
2364:  * [new branch]            irenareedy-patch-9          -> origin/irenareedy-patch-9
2365:  * [new branch]            irenareedy-thumbtack-case-study -> origin/irenareedy-thumbtack-case-study
2366:  * [new branch]            iso-27001-compliance        -> origin/iso-27001-compliance
2367:  * [new branch]            iso42001-ai-discovery-inventory -> origin/iso42001-ai-discovery-inventory
2368:  * [new branch]            issue-11545-my-device-dep-modal -> origin/issue-11545-my-device-dep-modal
2369:  * [new branch]            issue-2716-specify-query-platforms -> origin/issue-2716-specify-query-platforms
2370:  * [new branch]            issue-3271-rate-limit-distributed-writes -> origin/issue-3271-rate-limit-distributed-writes
2371:  * [new branch]            issue-4361-mail-change-should-error -> origin/issue-4361-mail-change-should-error
2372:  * [new branch]            issue-conf-1968-delete-uninstalled-software-from-main -> origin/issue-conf-1968-delete-uninstalled-software-from-main
...

2577:  * [new branch]            melpike-api-device-url-43895 -> origin/melpike-api-device-url-43895
2578:  * [new branch]            melpike-api-manually-enroll-23242 -> origin/melpike-api-manually-enroll-23242
2579:  * [new branch]            melpike-api-minimum-version-39085 -> origin/melpike-api-minimum-version-39085
2580:  * [new branch]            melpike-api-os-updates-39085 -> origin/melpike-api-os-updates-39085
2581:  * [new branch]            melpike-api-py-script-41470 -> origin/melpike-api-py-script-41470
2582:  * [new branch]            melpike-api-windows-managed-account-43488 -> origin/melpike-api-windows-managed-account-43488
2583:  * [new branch]            melpike-audit-log-account-provisioning-45524 -> origin/melpike-audit-log-account-provisioning-45524
2584:  * [new branch]            melpike-audit-log-mdm-cmd-45021 -> origin/melpike-audit-log-mdm-cmd-45021
2585:  * [new branch]            melpike-audit-recovery-lock-password-rotate -> origin/melpike-audit-recovery-lock-password-rotate
2586:  * [new branch]            melpike-byod-wipe-lock-23242 -> origin/melpike-byod-wipe-lock-23242
2587:  * [new branch]            melpike-byod-wipe-lock-23242-1 -> origin/melpike-byod-wipe-lock-23242-1
2588:  * [new branch]            melpike-byod-wipe-lock-api-23242 -> origin/melpike-byod-wipe-lock-api-23242
2589:  * [new branch]            melpike-byod-wipe-lock-yaml-23242 -> origin/melpike-byod-wipe-lock-yaml-23242
2590:  * [new branch]            melpike-combine-guides-30674 -> origin/melpike-combine-guides-30674
2591:  * [new branch]            melpike-create-managed-local-account-guide-37141 -> origin/melpike-create-managed-local-account-guide-37141
2592:  * [new branch]            melpike-dep-error-messaging-43916 -> origin/melpike-dep-error-messaging-43916
2593:  * [new branch]            melpike-doc-deploy-sw-41470 -> origin/melpike-doc-deploy-sw-41470
...

2732:  * [new branch]            mna-doc-change-api-structure -> origin/mna-doc-change-api-structure
2733:  * [new branch]            mna-experiment-macos-profiles-uuid -> origin/mna-experiment-macos-profiles-uuid
2734:  * [new branch]            mna-fix-22558-windows-installer-stuck-pending -> origin/mna-fix-22558-windows-installer-stuck-pending
2735:  * [new branch]            mna-fix-duplicate-lock-unlock-activity -> origin/mna-fix-duplicate-lock-unlock-activity
2736:  * [new branch]            mna-fix-failing-tests       -> origin/mna-fix-failing-tests
2737:  * [new branch]            mna-fix-flaky-integration-test -> origin/mna-fix-flaky-integration-test
2738:  * [new branch]            mna-fix-oom-fleetctl-test   -> origin/mna-fix-oom-fleetctl-test
2739:  * [new branch]            mna-loadtest-enroll-host-limit -> origin/mna-loadtest-enroll-host-limit
2740:  * [new branch]            mna-orbit-node-key          -> origin/mna-orbit-node-key
2741:  * [new branch]            mna-revert-change-to-autogenerated-activities-doc -> origin/mna-revert-change-to-autogenerated-activities-doc
2742:  * [new branch]            mna-temp-osquery-perf-loadtest -> origin/mna-temp-osquery-perf-loadtest
2743:  * [new branch]            mna11997                    -> origin/mna11997
2744:  * [new branch]            mock-associate-assets-endpoint -> origin/mock-associate-assets-endpoint
2745:  * [new branch]            monitoring-test             -> origin/monitoring-test
2746:  * [new branch]            more-conditional-access-api-updates -> origin/more-conditional-access-api-updates
2747:  * [new branch]            more-fd-errors              -> origin/more-fd-errors
2748:  * [new branch]            move-conditional-access-script-to-testing-qa -> origin/move-conditional-access-script-to-testing-qa
...

3300:  * [new branch]            sgress454/35376             -> origin/sgress454/35376
3301:  * [new branch]            sgress454/35452             -> origin/sgress454/35452
3302:  * [new branch]            sgress454/37127-open-macos-end-user-auth-window -> origin/sgress454/37127-open-macos-end-user-auth-window
3303:  * [new branch]            sgress454/38063-skeleton-server -> origin/sgress454/38063-skeleton-server
3304:  * [new branch]            sgress454/39344-rename-teams-to-fleet-all-changes -> origin/sgress454/39344-rename-teams-to-fleet-all-changes
3305:  * [new branch]            sgress454/39344-rename-teams-to-fleet-api-changes -> origin/sgress454/39344-rename-teams-to-fleet-api-changes
3306:  * [new branch]            sgress454/40642-update-jit-saml-prefix -> origin/sgress454/40642-update-jit-saml-prefix
3307:  * [new branch]            sgress454/43482-re-pin      -> origin/sgress454/43482-re-pin
3308:  * [new branch]            sgress454/44077-disable-datasets-backend -> origin/sgress454/44077-disable-datasets-backend
3309:  * [new branch]            sgress454/44077-disable-datasets-docs -> origin/sgress454/44077-disable-datasets-docs
3310:  * [new branch]            sgress454/44077-disable-datasets-frontend -> origin/sgress454/44077-disable-datasets-frontend
3311:  * [new branch]            sgress454/45290-drop-mobile-from-charting -> origin/sgress454/45290-drop-mobile-from-charting
3312:  * [new branch]            sgress454/45368-add-mobile-to-hosts-online -> origin/sgress454/45368-add-mobile-to-hosts-online
3313:  * [new branch]            sgress454/47327-add-vuln-filters-to-gitops -> origin/sgress454/47327-add-vuln-filters-to-gitops
3314:  * [new branch]            sgress454/add-vex-for-cve-2026-23517 -> origin/sgress454/add-vex-for-cve-2026-23517
3315:  * [new branch]            sgress454/adr-for-error-codes -> origin/sgress454/adr-for-error-codes
3316:  * [new branch]            sgress454/adr-refactor-list-hosts -> origin/sgress454/adr-refactor-list-hosts
...

3370:  * [new branch]            solutions-folder            -> origin/solutions-folder
3371:  * [new branch]            sort-seen-hosts-before-inserting -> origin/sort-seen-hosts-before-inserting
3372:  * [new branch]            spalmesano0-patch-2         -> origin/spalmesano0-patch-2
3373:  * [new branch]            sperad-props-documentation  -> origin/sperad-props-documentation
3374:  * [new branch]            spike-fleet-lint-plugin     -> origin/spike-fleet-lint-plugin
3375:  * [new branch]            spike-ui-permissions-pattern -> origin/spike-ui-permissions-pattern
3376:  * [new branch]            spokanemac-add-passcode-ddm-profile -> origin/spokanemac-add-passcode-ddm-profile
3377:  * [new branch]            spokanemac-dogfood-additional-apps -> origin/spokanemac-dogfood-additional-apps
3378:  * [new branch]            spokanemac-handbook-release-article -> origin/spokanemac-handbook-release-article
3379:  * [new branch]            spokanemac-macdevops-conference-post -> origin/spokanemac-macdevops-conference-post
3380:  * [new branch]            spokanemac-meetup-template  -> origin/spokanemac-meetup-template
3381:  * [new branch]            spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws -> origin/spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws
3382:  * [new branch]            spokanemac-release-article-issue-template -> origin/spokanemac-release-article-issue-template
3383:  * [new branch]            ssrf-transport-ip-blocking  -> origin/ssrf-transport-ip-blocking
3384:  * [new branch]            step4-improvements          -> origin/step4-improvements
3385:  * [new branch]            store-query-execution-and-ingestion-errors -> origin/store-query-execution-and-ingestion-errors
3386:  * [new branch]            support-breaking-osquery-downgrades -> origin/support-breaking-osquery-downgrades
...

3456:  * [new branch]            ui-self-service-sg-5-21     -> origin/ui-self-service-sg-5-21
3457:  * [new branch]            unauth-installers           -> origin/unauth-installers
3458:  * [new branch]            uniform-brex-spending-limit -> origin/uniform-brex-spending-limit
3459:  * [new branch]            untx-software               -> origin/untx-software
3460:  * [new branch]            upcoming-activities-mdm-commands -> origin/upcoming-activities-mdm-commands
3461:  * [new branch]            upcoming-commands           -> origin/upcoming-commands
3462:  * [new branch]            update-1password-and-safari-policy-versions-2601200025 -> origin/update-1password-and-safari-policy-versions-2601200025
3463:  * [new branch]            update-1password-and-safari-policy-versions-2601200610 -> origin/update-1password-and-safari-policy-versions-2601200610
3464:  * [new branch]            update-1password-and-safari-policy-versions-2602261818 -> origin/update-1password-and-safari-policy-versions-2602261818
3465:  * [new branch]            update-1password-and-safari-policy-versions-2603101819 -> origin/update-1password-and-safari-policy-versions-2603101819
3466:  * [new branch]            update-1password-and-safari-policy-versions-2604080037 -> origin/update-1password-and-safari-policy-versions-2604080037
3467:  * [new branch]            update-1password-and-safari-policy-versions-2604080637 -> origin/update-1password-and-safari-policy-versions-2604080637
3468:  * [new branch]            update-Cloudflare-WARP-FMA-with-UpgradeCode -> origin/update-Cloudflare-WARP-FMA-with-UpgradeCode
3469:  * [new branch]            update-article-format       -> origin/update-article-format
3470:  * [new branch]            update-bug-report-template  -> origin/update-bug-report-template
3471:  * [new branch]            update-build-script-error-message -> origin/update-build-script-error-message
3472:  * [new branch]            update-cancel-and-done-links -> origin/update-cancel-and-done-links
...

3547:  * [new branch]            update-santa-rules-chrome   -> origin/update-santa-rules-chrome
3548:  * [new branch]            update-solutions-folder     -> origin/update-solutions-folder
3549:  * [new branch]            update-testing-qa-apps-2511191525 -> origin/update-testing-qa-apps-2511191525
3550:  * [new branch]            update-tuf-keys             -> origin/update-tuf-keys
3551:  * [new branch]            update-tuf-md               -> origin/update-tuf-md
3552:  * [new branch]            update-usage-statistics-mobile-devices -> origin/update-usage-statistics-mobile-devices
3553:  * [new branch]            update-user-password-length-validation-test -> origin/update-user-password-length-validation-test
3554:  * [new branch]            update-vex-statements       -> origin/update-vex-statements
3555:  * [new branch]            update-why-this-way         -> origin/update-why-this-way
3556:  * [new branch]            upgrade-eslint              -> origin/upgrade-eslint
3557:  * [new branch]            upgrade-go                  -> origin/upgrade-go
3558:  * [new branch]            upgrade-typescript          -> origin/upgrade-typescript
3559:  * [new branch]            upload-msiexec-install-log  -> origin/upload-msiexec-install-log
3560:  * [new branch]            usage-stats-mobile-devices-count -> origin/usage-stats-mobile-devices-count
3561:  * [new branch]            use-dockerhub-creds         -> origin/use-dockerhub-creds
3562:  * [new branch]            user-channel-error          -> origin/user-channel-error
3563:  * [new branch]            users-fleets-tooltips       -> origin/users-fleets-tooltips
...

3710:  * [new branch]            wesite-fix-sales-rituals    -> origin/wesite-fix-sales-rituals
3711:  * [new branch]            willmayhone88-patch-1       -> origin/willmayhone88-patch-1
3712:  * [new branch]            win-fma-deepl               -> origin/win-fma-deepl
3713:  * [new branch]            win-fma-evernote            -> origin/win-fma-evernote
3714:  * [new branch]            win-fma-goland              -> origin/win-fma-goland
3715:  * [new branch]            win-fma-testing             -> origin/win-fma-testing
3716:  * [new branch]            win-fma-vnc-apps            -> origin/win-fma-vnc-apps
3717:  * [new branch]            win-mdm-loadtest            -> origin/win-mdm-loadtest
3718:  * [new branch]            windows-baseline            -> origin/windows-baseline
3719:  * [new branch]            windows-end-user-experience-labels -> origin/windows-end-user-experience-labels
3720:  * [new branch]            windows-firefox-doh-script  -> origin/windows-firefox-doh-script
3721:  * [new branch]            windows-mdm-autopilot       -> origin/windows-mdm-autopilot
3722:  * [new branch]            windows-mdm-c-poc           -> origin/windows-mdm-c-poc
3723:  * [new branch]            windows-mdm-docs-auto-enroll -> origin/windows-mdm-docs-auto-enroll
3724:  * [new branch]            windows-mdm-load-test       -> origin/windows-mdm-load-test
3725:  * [new branch]            windows_enable_and_configure-error-message -> origin/windows_enable_and_configure-error-message
3726:  * [new branch]            workstations-to-use-edge-channels -> origin/workstations-to-use-edge-channels
...

3734:  * [new branch]            zayhanlon-patch-1           -> origin/zayhanlon-patch-1
3735:  * [new branch]            zenity-execuser             -> origin/zenity-execuser
3736:  * [new branch]            zhumo-patch-1               -> origin/zhumo-patch-1
3737:  * [new branch]            zhumo-patch-2               -> origin/zhumo-patch-2
3738:  * [new branch]            zhumo-patch-3               -> origin/zhumo-patch-3
3739:  * [new branch]            zhumo-patch-4               -> origin/zhumo-patch-4
3740:  * [new branch]            zhumo-patch-5               -> origin/zhumo-patch-5
3741:  * [new branch]            zhumo-patch-6               -> origin/zhumo-patch-6
3742:  * [new branch]            zhumo-patch-7               -> origin/zhumo-patch-7
3743:  * [new branch]            zwass-actions-reminders     -> origin/zwass-actions-reminders
3744:  * [new branch]            zwass-improve-macos-cpe     -> origin/zwass-improve-macos-cpe
3745:  * [new branch]            zwass-patch-1               -> origin/zwass-patch-1
3746:  * [new branch]            zwass-patch-2               -> origin/zwass-patch-2
3747:  * [new branch]            zwinnerman-fixup            -> origin/zwinnerman-fixup
3748:  * [new branch]            zwinnerman-livequery-tracing -> origin/zwinnerman-livequery-tracing
3749:  * [new branch]            zwinnerman-redis-error-handling -> origin/zwinnerman-redis-error-handling
3750:  * [new branch]            zwinnerman-test             -> origin/zwinnerman-test
...

4469:  Setup go version spec 1.26.4
4470:  Attempting to download 1.26.4...
4471:  matching 1.26.4...
4472:  Acquiring 1.26.4 from https://github.com/actions/go-versions/releases/download/1.26.4-26891772857/go-1.26.4-darwin-arm64.tar.gz
4473:  Extracting Go...
4474:  [command]/usr/bin/tar xz -C /Users/runner/work/_temp/d8a0847e-950e-4603-a017-7a47c07b3e02 -f /Users/runner/work/_temp/0b4ebf25-f1e6-485f-94c2-08f66175815e
4475:  Successfully extracted go to /Users/runner/work/_temp/d8a0847e-950e-4603-a017-7a47c07b3e02
4476:  Adding to the cache ...
4477:  Successfully cached go to /Users/runner/hostedtoolcache/go/1.26.4/arm64
4478:  Added go to the path
4479:  Successfully set up Go version 1.26.4
4480:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOMODCACHE
4481:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOCACHE
4482:  /Users/runner/go/pkg/mod
4483:  /Users/runner/Library/Caches/go-build
4484:  ##[warning]Restore cache failed: Dependencies file is not found in /Users/runner/work/fleet/fleet. Supported file pattern: go.mod
4485:  go version go1.26.4 darwin/arm64
...

4557:  GITHUB_BASE_REF: main
4558:  ##[endgroup]
4559:  Detecting changed files in outputs directory...
4560:  Comparing HEAD with origin/main...
4561:  Fetching base branch apps.json from fd70ff7eb8597b4605e1f39e5e3eb2c40c292294...
4562:  Detected changed apps:
4563:  - adobe-acrobat-pro/darwin
4564:  - fantastical/darwin
4565:  - genesys-cloud/darwin
4566:  - malwarebytes/darwin
4567:  - marked-app/darwin
4568:  - quip/darwin
4569:  - setapp/darwin
4570:  - teamviewer/darwin
4571:  - zoom/darwin
4572:  ##[group]Run # Default to no changes if detection step failed or didn't set output
4573:  �[36;1m# Default to no changes if detection step failed or didn't set output�[0m
4574:  �[36;1mHAS_CHANGES="true"�[0m
...

4764:  go: downloading go.opentelemetry.io/otel v1.43.0
4765:  go: downloading go.opentelemetry.io/otel/metric v1.43.0
4766:  go: downloading go.opentelemetry.io/otel/trace v1.43.0
4767:  go: downloading github.com/mattn/go-colorable v0.1.13
4768:  go: downloading github.com/edsrzf/mmap-go v1.1.0
4769:  go: downloading github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d
4770:  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
4771:  go: downloading golang.org/x/oauth2 v0.35.0
4772:  go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
4773:  go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
4774:  go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.8
4775:  go: downloading github.com/spf13/cobra v1.9.1
4776:  go: downloading github.com/spf13/viper v1.20.1
4777:  go: downloading github.com/go-kit/kit v0.12.0
4778:  go: downloading github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa
4779:  go: downloading github.com/hashicorp/go-multierror v1.1.1
4780:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
4781:  go: downloading github.com/MicahParks/jwkset v0.11.0
4782:  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
4783:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
4784:  go: downloading go.opentelemetry.io/otel/sdk v1.43.0
4785:  go: downloading github.com/andygrunwald/go-jira v1.16.0
4786:  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
4787:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
4788:  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
4789:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
4790:  go: downloading github.com/mattn/go-isatty v0.0.20
4791:  go: downloading gopkg.in/yaml.v2 v2.4.0
4792:  go: downloading github.com/oschwald/maxminddb-golang v1.10.0
4793:  go: downloading golang.org/x/sys v0.45.0
4794:  go: downloading github.com/elastic/go-sysinfo v1.11.2
4795:  go: downloading github.com/pkg/errors v0.9.1
4796:  go: downloading go.elastic.co/fastjson v1.1.0
...

4848:  go: downloading github.com/subosito/gotenv v1.6.0
4849:  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
4850:  go: downloading gopkg.in/yaml.v3 v3.0.1
4851:  go: downloading github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
4852:  go: downloading cloud.google.com/go/iam v1.5.3
4853:  go: downloading go.opencensus.io v0.24.0
4854:  go: downloading golang.org/x/sync v0.20.0
4855:  go: downloading google.golang.org/grpc v1.79.3
4856:  go: downloading google.golang.org/protobuf v1.36.11
4857:  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
4858:  go: downloading github.com/micromdm/nanolib v0.2.0
4859:  go: downloading github.com/nats-io/nkeys v0.4.15
4860:  go: downloading github.com/nats-io/nuid v1.0.1
4861:  go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
4862:  go: downloading github.com/go-logfmt/logfmt v0.5.1
4863:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
4864:  go: downloading cloud.google.com/go/auth v0.18.2
...

4866:  go: downloading cloud.google.com/go/compute/metadata v0.9.0
4867:  go: downloading github.com/google/s2a-go v0.1.9
4868:  go: downloading cloud.google.com/go/pubsub/v2 v2.0.0
4869:  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7
4870:  go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
4871:  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
4872:  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
4873:  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
4874:  time=level=INFO msg="GOOS environment variable is not set. Using system detected: 'darwin'"
4875:  time=level=INFO msg="INSTALLATION_SEARCH_DIRECTORY environment variable is not set. Using default: '/Applications'"
4876:  time=level=INFO msg="Validating app: Adobe Acrobat Pro (adobe-acrobat-pro/darwin)"
4877:  time=level=INFO msg=Downloading...
4878:  time=level=INFO msg="Executing install script..." app="Adobe Acrobat Pro"
4879:  time=level=INFO msg="New application detected at: /Applications/Adobe Acrobat DC" app="Adobe Acrobat Pro"
4880:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Adobe Acrobat DC'" app="Adobe Acrobat Pro"
4881:  time=level=WARN msg="Error detected in post-installation steps: Error forcing LaunchServices refresh: forcing LaunchServices refresh: exit status 1. Attempting to continue" app="Adobe Acrobat Pro"
4882:  time=level=INFO msg="Looking for app: Adobe Acrobat Pro, version: 26.001.21677" app="Adobe Acrobat Pro"
...

4904:  time=level=INFO msg="Found app: 'AdobeCrashReporter' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Reporter.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4905:  time=level=INFO msg="Found app: 'LogTransport' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/LogTransport.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4906:  time=level=INFO msg="Found app: 'AcroCEF' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app, Version: , Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4907:  time=level=INFO msg="Found app: 'Acrobat Uninstaller' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Acrobat Uninstaller.app, Version: Acrobat Uninstaller version, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4908:  time=level=INFO msg="Found app: 'Acrobat' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Adobe Acrobat Helper.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4909:  time=level=INFO msg="Found app: 'Adobe Crash Processor' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Processor.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4910:  time=level=INFO msg="Found app: 'AdobeCrashReporter' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Reporter.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4911:  time=level=INFO msg="Found app: 'LogTransport' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/LogTransport.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4912:  time=level=INFO msg="Found app: 'AdobeResourceSynchronizer' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4913:  time=level=INFO msg="Found app: 'Adobe Acrobat Diagnostics' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Adobe_Acrobat_Diagnostics.app, Version: 1.6.1, Bundled Version: " app="Adobe Acrobat Pro"
4914:  time=level=INFO msg="Found app: 'Assert' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Assert.app, Version: 1.0, Bundled Version: 1" app="Adobe Acrobat Pro"
4915:  time=level=INFO msg="Found app: 'LogTransport2' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/LogTransport2.app, Version: , Bundled Version: 8.8.0.7" app="Adobe Acrobat Pro"
4916:  time=level=INFO msg="Found app: 'HLCrashProcessor' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/LogTransport2.app/Contents/MacOS/HLCrashProcessor.app, Version: , Bundled Version: 8.8.0.0001" app="Adobe Acrobat Pro"
4917:  time=level=INFO msg="Found app: 'Acrobat' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4918:  time=level=INFO msg="Found app: 'Droplet' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Preflight.acroplugin/Contents/Helpers/Droplet.app, Version: 1.0, Bundled Version: 1" app="Adobe Acrobat Pro"
4919:  time=level=ERROR msg="App version '26.001.21677' was not found by osquery" app="Adobe Acrobat Pro"
4920:  time=level=INFO msg="Validating app: Fantastical (fantastical/darwin)"
4921:  time=level=INFO msg=Downloading...
4922:  time=level=INFO msg="Executing install script..." app=Fantastical
4923:  time=level=INFO msg="New application detected at: /Applications/Fantastical.app" app=Fantastical
4924:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Fantastical.app'" app=Fantastical
4925:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Fantastical.app'" app=Fantastical
4926:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Fantastical
4927:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Fantastical.app: No such xattr: com.apple.quarantine'" app=Fantastical
4928:  time=level=INFO msg="Spctl output error: <nil>" app=Fantastical
4929:  time=level=INFO msg="spctl status: spctl status: '/Applications/Fantastical.app: accepted\nsource=Notarized Developer ID'" app=Fantastical
4930:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Fantastical
4931:  time=level=INFO msg="Looking for app: Fantastical, version: 4.1.15" app=Fantastical
4932:  time=level=INFO msg="Found app: 'Fantastical' at /Applications/Fantastical.app, Version: 4.1.15, Bundled Version: 2285" app=Fantastical
4933:  time=level=INFO msg="Executing uninstall script for app..." app=Fantastical
4934:  time=level=INFO msg="Looking for app: Fantastical, version: 4.1.15" app=Fantastical
4935:  time=level=INFO msg="All checks passed for app: Fantastical (fantastical/darwin)"
4936:  time=level=INFO msg="Validating app: Genesys Cloud (genesys-cloud/darwin)"
4937:  time=level=INFO msg=Downloading...
4938:  time=level=INFO msg="Executing install script..." app="Genesys Cloud"
4939:  time=level=INFO msg="New application detected at: /Applications/Genesys Cloud.app" app="Genesys Cloud"
4940:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Genesys Cloud.app'" app="Genesys Cloud"
4941:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Genesys Cloud.app'" app="Genesys Cloud"
4942:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Genesys Cloud"
4943:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Genesys Cloud.app: No such xattr: com.apple.quarantine'" app="Genesys Cloud"
4944:  time=level=INFO msg="Spctl output error: <nil>" app="Genesys Cloud"
4945:  time=level=INFO msg="spctl status: spctl status: '/Applications/Genesys Cloud.app: accepted\nsource=Notarized Developer ID'" app="Genesys Cloud"
4946:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app="Genesys Cloud"
4947:  time=level=INFO msg="Looking for app: Genesys Cloud, version: 2.51.31" app="Genesys Cloud"
4948:  time=level=INFO msg="Found app: 'Genesys Cloud' at /Applications/Genesys Cloud.app, Version: 2.51.31, Bundled Version: 2.51.31" app="Genesys Cloud"
4949:  time=level=INFO msg="Executing uninstall script for app..." app="Genesys Cloud"
4950:  time=level=INFO msg="Looking for app: Genesys Cloud, version: 2.51.31" app="Genesys Cloud"
4951:  time=level=INFO msg="All checks passed for app: Genesys Cloud (genesys-cloud/darwin)"
4952:  time=level=INFO msg="Validating app: Malwarebytes for Mac (malwarebytes/darwin)"
4953:  time=level=INFO msg=Downloading...
4954:  time=level=INFO msg="Executing install script..." app="Malwarebytes for Mac"
4955:  time=level=INFO msg="New application detected at: /Applications/Malwarebytes.app" app="Malwarebytes for Mac"
4956:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Malwarebytes.app'" app="Malwarebytes for Mac"
4957:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Malwarebytes.app'" app="Malwarebytes for Mac"
4958:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Malwarebytes for Mac"
4959:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Malwarebytes.app: No such xattr: com.apple.quarantine'" app="Malwarebytes for Mac"
4960:  time=level=INFO msg="Spctl output error: <nil>" app="Malwarebytes for Mac"
4961:  time=level=INFO msg="spctl status: spctl status: '/Applications/Malwarebytes.app: accepted\nsource=Notarized Developer ID'" app="Malwarebytes for Mac"
4962:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app="Malwarebytes for Mac"
4963:  time=level=INFO msg="Looking for app: Malwarebytes for Mac, version: 5.24.0.4031" app="Malwarebytes for Mac"
4964:  time=level=INFO msg="Found app: 'Malwarebytes' at /Applications/Malwarebytes.app, Version: 5.24.0, Bundled Version: 5.24.0.4031" app="Malwarebytes for Mac"
4965:  time=level=INFO msg="Executing uninstall script for app..." app="Malwarebytes for Mac"
4966:  time=level=INFO msg="Looking for app: Malwarebytes for Mac, version: 5.24.0.4031" app="Malwarebytes for Mac"
4967:  time=level=INFO msg="All checks passed for app: Malwarebytes for Mac (malwarebytes/darwin)"
4968:  time=level=INFO msg="Validating app: Marked (marked-app/darwin)"
4969:  time=level=INFO msg=Downloading...
4970:  time=level=INFO msg="Executing install script..." app=Marked
4971:  time=level=INFO msg="New application detected at: /Applications/Marked.app" app=Marked
4972:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Marked.app'" app=Marked
4973:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Marked.app'" app=Marked
4974:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Marked
4975:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Marked.app: No such xattr: com.apple.quarantine'" app=Marked
4976:  time=level=INFO msg="Spctl output error: <nil>" app=Marked
4977:  time=level=INFO msg="spctl status: spctl status: '/Applications/Marked.app: accepted\nsource=Notarized Developer ID'" app=Marked
4978:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Marked
4979:  time=level=INFO msg="Looking for app: Marked, version: 3.0.39" app=Marked
4980:  time=level=INFO msg="Found app: 'Marked' at /Applications/Marked.app, Version: 3.0.39, Bundled Version: 1172" app=Marked
4981:  time=level=INFO msg="Executing uninstall script for app..." app=Marked
4982:  time=level=INFO msg="Looking for app: Marked, version: 3.0.39" app=Marked
4983:  time=level=INFO msg="All checks passed for app: Marked (marked-app/darwin)"
4984:  time=level=INFO msg="Validating app: Quip (quip/darwin)"
4985:  time=level=INFO msg=Downloading...
4986:  time=level=INFO msg="Executing install script..." app=Quip
4987:  time=level=INFO msg="New application detected at: /Applications/Quip.app" app=Quip
4988:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Quip.app'" app=Quip
4989:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Quip.app'" app=Quip
4990:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Quip
4991:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Quip.app: No such xattr: com.apple.quarantine'" app=Quip
4992:  time=level=INFO msg="Spctl output error: <nil>" app=Quip
4993:  time=level=INFO msg="spctl status: spctl status: '/Applications/Quip.app: accepted\nsource=Notarized Developer ID'" app=Quip
4994:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Quip
4995:  time=level=INFO msg="Looking for app: Quip, version: 9.48.0" app=Quip
4996:  time=level=INFO msg="Found app: 'Quip' at /Applications/Quip.app, Version: 9.48.0, Bundled Version: 9.48.0" app=Quip
4997:  time=level=INFO msg="Executing uninstall script for app..." app=Quip
4998:  time=level=INFO msg="Looking for app: Quip, version: 9.48.0" app=Quip
4999:  time=level=INFO msg="All checks passed for app: Quip (quip/darwin)"
5000:  time=level=INFO msg="Validating app: Setapp (setapp/darwin)"
5001:  time=level=INFO msg=Downloading...
5002:  time=level=INFO msg="Executing install script..." app=Setapp
5003:  time=level=INFO msg="New application detected at: /Applications/Setapp.app" app=Setapp
5004:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Setapp.app'" app=Setapp
5005:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Setapp.app'" app=Setapp
5006:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Setapp
5007:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Setapp.app: No such xattr: com.apple.quarantine'" app=Setapp
5008:  time=level=INFO msg="Spctl output error: <nil>" app=Setapp
5009:  time=level=INFO msg="spctl status: spctl status: '/Applications/Setapp.app: accepted\nsource=Notarized Developer ID'" app=Setapp
5010:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Setapp
5011:  time=level=INFO msg="Looking for app: Setapp, version: 3.53.6" app=Setapp
5012:  time=level=INFO msg="Found app: 'Setapp' at /Applications/Setapp.app, Version: 3.53.6, Bundled Version: 151" app=Setapp
5013:  time=level=INFO msg="Executing uninstall script for app..." app=Setapp
5014:  time=level=INFO msg="Looking for app: Setapp, version: 3.53.6" app=Setapp
5015:  time=level=INFO msg="All checks passed for app: Setapp (setapp/darwin)"
5016:  time=level=INFO msg="Validating app: TeamViewer (teamviewer/darwin)"
5017:  time=level=INFO msg=Downloading...
5018:  time=level=INFO msg="Executing install script..." app=TeamViewer
5019:  time=level=INFO msg="New application detected at: /Applications/TeamViewer.app" app=TeamViewer
5020:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/TeamViewer.app'" app=TeamViewer
5021:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/TeamViewer.app'" app=TeamViewer
5022:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=TeamViewer
5023:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/TeamViewer.app: No such xattr: com.apple.quarantine'" app=TeamViewer
5024:  time=level=INFO msg="Spctl output error: <nil>" app=TeamViewer
5025:  time=level=INFO msg="spctl status: spctl status: '/Applications/TeamViewer.app: accepted\nsource=Notarized Developer ID'" app=TeamViewer
5026:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=TeamViewer
5027:  time=level=INFO msg="Looking for app: TeamViewer, version: 15.79.4" app=TeamViewer
5028:  time=level=INFO msg="Found app: 'Updater' at /Applications/TeamViewer.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app, Version: 2.8.0, Bundled Version: 2049" app=TeamViewer
5029:  time=level=INFO msg="Found app: 'TeamViewer Note' at /Applications/TeamViewer.app/Contents/Frameworks/TVNoteIntegration.framework/Versions/A/Resources/TeamViewer Note.app, Version: 1.0, Bundled Version: 1" app=TeamViewer
5030:  time=level=INFO msg="Found app: 'TeamViewer' at /Applications/TeamViewer.app, Version: 15.79.4, Bundled Version: 1" app=TeamViewer
5031:  time=level=INFO msg="Executing uninstall script for app..." app=TeamViewer
5032:  time=level=INFO msg="Looking for app: TeamViewer, version: 15.79.4" app=TeamViewer
5033:  time=level=INFO msg="All checks passed for app: TeamViewer (teamviewer/darwin)"
5034:  time=level=INFO msg="Validating app: Zoom (zoom/darwin)"
5035:  time=level=INFO msg=Downloading...
5036:  time=level=INFO msg="Executing install script..." app=Zoom
5037:  time=level=INFO msg="New application detected at: /Applications/zoom.us.app" app=Zoom
5038:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/zoom.us.app'" app=Zoom
5039:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/zoom.us.app'" app=Zoom
5040:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Zoom
5041:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/zoom.us.app: No such xattr: com.apple.quarantine'" app=Zoom
5042:  time=level=INFO msg="Spctl output error: <nil>" app=Zoom
5043:  time=level=INFO msg="spctl status: spctl status: '/Applications/zoom.us.app: accepted\nsource=Notarized Developer ID'" app=Zoom
5044:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Zoom
5045:  time=level=INFO msg="Looking for app: Zoom, version: 7.1.0.83064" app=Zoom
5046:  time=level=INFO msg="Found app: 'CptHost' at /Applications/zoom.us.app/Contents/Frameworks/CptHost.app, Version: 7.1.0 (83064), Bundled Version: 7.1.0.83064" app=Zoom
5047:  time=level=INFO msg="Executing uninstall script for app..." app=Zoom
5048:  time=level=INFO msg="Looking for app: Zoom, version: 7.1.0.83064" app=Zoom
5049:  time=level=INFO msg="All checks passed for app: Zoom (zoom/darwin)"
5050:  time=level=...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants