Skip to content

Commit

Permalink
fix(rules): add github action for es
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 10, 2023
1 parent 99ca0f0 commit 2d03c88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/db/elasticsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ register({
{ type: 'php', name: 'elasticsearch/elasticsearch' },
{ type: 'php', name: 'ruflin/Elastica' },
{ type: 'golang', name: 'github.com/elastic/go-elasticsearch' },
{
type: 'githubAction',
name: 'elastic/elastic-github-actions/elasticsearch',
},
],
});
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports[`docker > should match all dependencies 1`] = `
"datadog",
"digitalocean",
"discord",
"elasticsearch",
"expodev",
"firebase",
"flyio",
Expand Down Expand Up @@ -341,6 +342,11 @@ exports[`docker > should match all dependencies 2`] = `
"docker/login-action",
"1",
],
[
"githubAction",
"elastic/elastic-github-actions/elasticsearch",
"1",
],
[
"githubAction",
"errata-ai/vale-action",
Expand Down

0 comments on commit 2d03c88

Please sign in to comment.