Skip to content

Commit

Permalink
fix(rules): add docker for Wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 23, 2023
1 parent d80caa3 commit f8ccad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/php/wordpress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ register({
{ type: 'php', name: 'roots/wordpress' },
{ type: 'php', name: 'johnpbloch/wordpress' },
{ type: 'githubAction', name: '10up/action-wordpress-plugin-deploy' },
{ type: 'docker', name: 'wordpress' },
],
});
6 changes: 6 additions & 0 deletions src/rules/spec/docker/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ exports[`docker > should match everything 1`] = `
"trufflesecurity",
"typesense",
"vale",
"wordpress",
"zookeeper",
]
`;
Expand Down Expand Up @@ -591,6 +592,11 @@ exports[`docker > should match everything 2`] = `
"webdevops/azure-metrics-exporter",
"0.0.0",
],
[
"docker",
"wordpress",
"0.0.0",
],
[
"docker",
"zookeeper",
Expand Down

0 comments on commit f8ccad3

Please sign in to comment.