Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions it-and-security/fleets/workstations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ software:
- Productivity
fleet_maintained_apps:
# macOS apps
- slug: 1password/darwin # 1Password for macOS
self_service: true
setup_experience: true
categories:
- Security
# - slug: 1password/darwin # 1Password for macOS
# self_service: true
# setup_experience: true
# categories:
# - Security
- slug: aws-vpn-client/darwin # AWS VPN Client for macOS
self_service: true
labels_include_any:
Expand Down Expand Up @@ -419,11 +419,11 @@ software:
categories:
- Developer tools
# Windows apps
- slug: 1password/windows # 1Password for Windows
self_service: true
setup_experience: true
categories:
- Security
# - slug: 1password/windows # 1Password for Windows
# self_service: true
# setup_experience: true
# categories:
# - Security
- slug: slack/windows # Slack for Windows
self_service: true
setup_experience: true
Expand Down
4 changes: 2 additions & 2 deletions it-and-security/lib/macos/policies/1password-installed.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: macOS - 1Password installed
query: SELECT 1 FROM apps WHERE bundle_identifier = 'com.1password.1password';
install_software:
fleet_maintained_app_slug: 1password/darwin
# install_software:
# fleet_maintained_app_slug: 1password/darwin
critical: false
description: Our SOC 2 policies require a password manager to be installed on all workstations.
resolution: 1Password should be automatically installed. If it is missing, install it from self-service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
install_software: false
labels_include_any:
- Macs with Google Chrome installed
- name: macOS - 1Password up to date
description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
resolution: "Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details."
type: patch
fleet_maintained_app_slug: 1password/darwin
install_software: false
calendar_events_enabled: true
labels_include_any:
- Macs with 1Password installed
# - name: macOS - 1Password up to date
# description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
# resolution: "Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details."
# type: patch
# fleet_maintained_app_slug: 1password/darwin
# install_software: false
# calendar_events_enabled: true
# labels_include_any:
# - Macs with 1Password installed
- name: macOS - Brave Browser up to date
description: The host may have an outdated version of Brave Browser, potentially risking security vulnerabilities or compatibility issues.
resolution: "Download the latest version from Self-service or check for updates using Brave Browser's built-in update functionality. You can also delete Brave Browser if you are no longer using it."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Windows - 1Password installed
query: SELECT 1 FROM programs WHERE name = "1Password";
install_software:
fleet_maintained_app_slug: 1password/windows
# install_software:
# fleet_maintained_app_slug: 1password/windows
critical: false
description: Our SOC 2 policies require a password manager to be installed on all workstations.
resolution: 1Password should be automatically installed. If it is missing, install it from self-service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
install_software: false
labels_include_any:
- x86 Windows hosts with Slack installed
- name: Windows - 1Password up to date
description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
resolution: "Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details."
type: patch
fleet_maintained_app_slug: 1password/windows
install_software: false
calendar_events_enabled: true
labels_include_any:
- x86 Windows hosts with 1Password installed
# - name: Windows - 1Password up to date
# description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues.
# resolution: "Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details."
# type: patch
# fleet_maintained_app_slug: 1password/windows
# install_software: false
# calendar_events_enabled: true
# labels_include_any:
# - x86 Windows hosts with 1Password installed
- name: Windows - Claude up to date
description: The host may have an outdated version of Claude, potentially risking security vulnerabilities or compatibility issues.
resolution: "Download the latest version from Self-service or check for updates using Claude's built-in update functionality. You can also uninstall Claude if you are no longer using it."
Expand Down
Loading