Skip to content

Commit

Permalink
Add gcp (with npm)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 28, 2023
1 parent 42dc290 commit 7d9522c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/hosting/gcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { register } from '../../rules.js';
register({
tech: 'gcp',
dependencies: [
{ type: 'npm', name: /@google-cloud\//, example: '@google-cloud/storage' },
{ type: 'terraform', name: 'registry.terraform.io/hashicorp/google' },
],
});
1 change: 1 addition & 0 deletions src/rules/spec/nodejs/dependencies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('npm', () => {
'eslint',
'express',
'fastify',
'gcp',
'hotjar',
'influxdb',
'koa',
Expand Down

0 comments on commit 7d9522c

Please sign in to comment.