Skip to content

Commit

Permalink
fix(rules): add Zendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Aug 23, 2023
1 parent dac8e1d commit 6429c7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/saas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ import './shopify.js';
import './slack.js';
import './snyk.js';
import './sqreen.js';
import './zendesk.js';
7 changes: 7 additions & 0 deletions src/rules/saas/zendesk.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { register } from '../../register.js';

register({
tech: 'zendesk',
name: 'Zendesk',
type: 'saas',
});
1 change: 1 addition & 0 deletions src/types/techs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export type AllowedKeys =
| 'vue'
| 'webpack'
| 'zapier'
| 'zendesk'
| 'zookeeper'
| 'zoom';

Expand Down

0 comments on commit 6429c7b

Please sign in to comment.