Skip to content

Commit

Permalink
fix(rules): add docker for Sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 23, 2023
1 parent 99fae5e commit 14c5320
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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 @@ -70,6 +70,7 @@ exports[`docker > should match everything 1`] = `
"ruby",
"slack",
"snyk",
"sonarqube",
"strapi",
"supabase",
"supabase.postgres",
Expand Down Expand Up @@ -533,6 +534,11 @@ exports[`docker > should match everything 2`] = `
"solr",
"0.0.0",
],
[
"docker",
"sonarqube",
"0.0.0",
],
[
"docker",
"strapi",
Expand Down
1 change: 1 addition & 0 deletions src/rules/tool/sonarqube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ register({
name: 'SonarQube',
type: 'tool',
files: ['.sonar-project.properties'],
dependencies: [{ type: 'docker', name: 'sonarqube' }],
});

0 comments on commit 14c5320

Please sign in to comment.