Skip to content

Commit

Permalink
fix(rules): add more pkg for puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 6, 2023
1 parent d5f3fa9 commit 3681eba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rules/js/puppeteer.ts
Expand Up @@ -6,6 +6,8 @@ register({
type: 'tool',
dependencies: [
{ type: 'npm', name: 'puppeteer' },
{ type: 'npm', name: 'puppeteer-core' },
{ type: 'npm', name: '@puppeteer/browser' },
{ type: 'docker', name: 'itisfoundation/puppeteer' },
],
});
10 changes: 10 additions & 0 deletions src/rules/spec/nodejs/__snapshots__/component.test.ts.snap
Expand Up @@ -1256,6 +1256,11 @@ exports[`npm > should match everything 2`] = `
"@pulumi/opsgenie",
"0.0.0",
],
[
"npm",
"@puppeteer/browser",
"0.0.0",
],
[
"npm",
"@qdrant/drant-js",
Expand Down Expand Up @@ -2281,6 +2286,11 @@ exports[`npm > should match everything 2`] = `
"puppeteer",
"0.0.0",
],
[
"npm",
"puppeteer-core",
"0.0.0",
],
[
"npm",
"qovery-typescript-axios",
Expand Down

0 comments on commit 3681eba

Please sign in to comment.