mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
This pull request updates the logic used to check whether macOS applications (1Password, Firefox, and Slack) are up to date. The new queries simplify and improve accuracy by directly identifying outdated app versions, rather than relying on a combination of existence and version checks. **Policy query logic updates:** * Updated the query in `update-1password.yml` to directly select hosts with outdated 1Password versions, making the check more precise. * Updated the query in `update-firefox.yml` to directly select hosts with outdated Firefox versions, improving accuracy. * Updated the query in `update-slack.yml` to directly select hosts with outdated Slack versions, ensuring more reliable detection. **Script logic update:** * Changed the query line construction in `.github/scripts/dogfood-policy-updater-latest-1password-macos.sh` to match the new logic for identifying outdated 1Password installations. |
||
|---|---|---|
| .. | ||
| check-infra-dependencies.sh | ||
| detect-new-fmas-in-pr.sh | ||
| dogfood-policy-updater-latest-1password-macos.sh | ||
| dogfood-policy-updater-latest-macos.sh | ||
| dogfood-policy-updater-latest-safari.sh | ||
| dogfood-update-testing-qa-apps.sh | ||
| filter-apps-json.sh | ||
| helm-check-expected.sh | ||
| rclone-install.sh | ||
| update_osquery_versions.py | ||