Add add-on support for CAS (#3450)

* Add add-on support for CAS

* add tests

* Update tests/test_security.py

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>

* address comments

* Address rating comments

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
This commit is contained in:
Pascal Vizeli
2022-02-17 10:21:30 +01:00
committed by GitHub
parent b4cfbe46c1
commit a2f43d8c7b
9 changed files with 96 additions and 8 deletions

View File

@@ -13,3 +13,4 @@ ATTR_APPARMOR_VERSION = "apparmor_version"
ATTR_PANEL_PATH = "panel_path"
ATTR_UPDATE_TYPE = "update_type"
ATTR_AVAILABLE_UPDATES = "available_updates"
ATTR_SIGNED = "signed"