Skip to content

Commit

Permalink
fix(rules): add docker for Nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 23, 2023
1 parent d189686 commit 99fae5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/cloud/nextcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ register({
type: 'cloud',
dependencies: [
{ type: 'docker', name: 'nextcloud/all-in-one' },
{ type: 'docker', name: 'nextcloud' },
{ type: 'docker', name: 'nextcloud/aio-nextcloud' },
],
});
5 changes: 5 additions & 0 deletions src/rules/spec/docker/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,11 @@ exports[`docker > should match everything 2`] = `
"neo4j",
"0.0.0",
],
[
"docker",
"nextcloud",
"0.0.0",
],
[
"docker",
"nextcloud/aio-nextcloud",
Expand Down

0 comments on commit 99fae5e

Please sign in to comment.