Merge pull request #61 from knqyf263/feat/add_trivy

feat(security): add Trivy
pull/66/head
MinJae Kwon 5 years ago committed by GitHub
commit e951b8533d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,10 @@ class _Security(_OnPrem):
_icon_dir = "resources/onprem/security"
class Trivy(_Security):
_icon = "trivy.png"
class Vault(_Security):
_icon = "vault.png"

@ -22,6 +22,7 @@ Node classes list of onprem provider.
## onprem.security
- **diagrams.onprem.security.Trivy**
- **diagrams.onprem.security.Vault**
## onprem.ci

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save