Skip to content

Commit

Permalink
issue-1056: add crowdstrike (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvqphuoc01 authored Nov 19, 2024
1 parent 085c801 commit 59f0ea9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion diagrams/saas/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@


class _Security(_Saas):
_type = "alerting"
_type = "security"
_icon_dir = "resources/saas/security"


class Scrowdstrike(_Security):
_icon = "scrowdstrike.png"


class Sonarqube(_Security):
_icon = "sonarqube.png"

Expand Down
9 changes: 9 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;" >
**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


Expand Down
Binary file added resources/saas/security/scrowdstrike.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 59f0ea9

Please sign in to comment.