mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
357 B
24 lines
357 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _OnPrem
|
|
|
|
|
|
class _Security(_OnPrem):
|
|
_type = "security"
|
|
_icon_dir = "resources/onprem/security"
|
|
|
|
|
|
class Bitwarden(_Security):
|
|
_icon = "bitwarden.png"
|
|
|
|
|
|
class Trivy(_Security):
|
|
_icon = "trivy.png"
|
|
|
|
|
|
class Vault(_Security):
|
|
_icon = "vault.png"
|
|
|
|
|
|
# Aliases
|