Skip to content

Commit

Permalink
Merge pull request #61 from knqyf263/feat/add_trivy
Browse files Browse the repository at this point in the history
feat(security): add Trivy
  • Loading branch information
mingrammer authored Mar 10, 2020
2 parents fc03f92 + 2e92359 commit e951b85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class _Security(_OnPrem):
_icon_dir = "resources/onprem/security"


class Trivy(_Security):
_icon = "trivy.png"


class Vault(_Security):
_icon = "vault.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Node classes list of onprem provider.

## onprem.security

- **diagrams.onprem.security.Trivy**
- **diagrams.onprem.security.Vault**

## onprem.ci
Expand Down
Binary file added resources/onprem/security/trivy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e951b85

Please sign in to comment.