Skip to content

Commit 0840971

Browse files
committed
Remove Codenotary related constants
Remove constants used for Codenotary related security features. A future security feature will be cosign based and likely use different termology. Related to: home-assistant/supervisor#6236
1 parent 1c6e01f commit 0840971

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aiohasupervisor/models/resolution.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class SuggestionType(StrEnum):
2121
CLEAR_FULL_BACKUP = "clear_full_backup"
2222
CREATE_FULL_BACKUP = "create_full_backup"
2323
DISABLE_BOOT = "disable_boot"
24-
EXECUTE_INTEGRITY = "execute_integrity"
2524
EXECUTE_REBOOT = "execute_reboot"
2625
EXECUTE_REBUILD = "execute_rebuild"
2726
EXECUTE_RELOAD = "execute_reload"
@@ -69,7 +68,6 @@ class IssueType(StrEnum):
6968
PWNED = "pwned"
7069
REBOOT_REQUIRED = "reboot_required"
7170
SECURITY = "security"
72-
TRUST = "trust"
7371
UPDATE_FAILED = "update_failed"
7472
UPDATE_ROLLBACK = "update_rollback"
7573

@@ -86,7 +84,6 @@ class UnsupportedReason(StrEnum):
8684
APPARMOR = "apparmor"
8785
CGROUP_VERSION = "cgroup_version"
8886
CONNECTIVITY_CHECK = "connectivity_check"
89-
CONTENT_TRUST = "content_trust"
9087
DBUS = "dbus"
9188
DNS_SERVER = "dns_server"
9289
DOCKER_CONFIGURATION = "docker_configuration"
@@ -162,7 +159,6 @@ class CheckType(StrEnum):
162159
FREE_SPACE = "free_space"
163160
MULTIPLE_DATA_DISKS = "multiple_data_disks"
164161
NETWORK_INTERFACE_IPV4 = "network_interface_ipv4"
165-
SUPERVISOR_TRUST = "supervisor_trust"
166162

167163

168164
# --- OBJECTS ----

0 commit comments

Comments
 (0)