Skip to content

Commit

Permalink
fix(rules): add missing package for Datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 4, 2023
1 parent 4ad5b67 commit 07e0750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/saas/datadog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ register({
dependencies: [
{ type: 'npm', name: /^@datadog\//, example: '@datadog/cli' },
{ type: 'npm', name: 'dd-trace' },
{ type: 'npm', name: 'datadog-metrics' },
{ type: 'terraform', name: 'registry.terraform.io/datadog/datadog' },
{ type: 'terraform.resource', name: 'datadog_metric_metadata' },
{ type: 'terraform.resource', name: 'datadog_application_key' },
Expand Down

0 comments on commit 07e0750

Please sign in to comment.