issue-1056: add crowdstrike (#1062)

pull/1063/head
Phuoc Tran 10 months ago committed by GitHub
parent 085c801f93
commit 59f0ea955d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,10 +4,14 @@ from . import _Saas
class _Security(_Saas): class _Security(_Saas):
_type = "alerting" _type = "security"
_icon_dir = "resources/saas/security" _icon_dir = "resources/saas/security"
class Scrowdstrike(_Security):
_icon = "scrowdstrike.png"
class Sonarqube(_Security): class Sonarqube(_Security):
_icon = "sonarqube.png" _icon = "sonarqube.png"

@ -119,6 +119,15 @@ Node classes list of the saas provider.
<img width="30" src="/img/resources/saas/recommendation/recombee.png" alt="Recombee" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/saas/recommendation/recombee.png" alt="Recombee" style="float: left; padding-right: 5px;" >
**diagrams.saas.recommendation.Recombee** **diagrams.saas.recommendation.Recombee**
## saas.security
<img width="30" src="/img/resources/saas/security/scrowdstrike.png" alt="Scrowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Scrowdstrike**
<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube**
## saas.social ## saas.social

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save