Skip to content

Commit

Permalink
fix: add ansible to default analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippHeuer committed Sep 2, 2024
1 parent 8a7f943 commit ca7de3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analyzer/scanners.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package analyzer

import (
"github.com/cidverse/repoanalyzer/analyzerapi"
"github.com/cidverse/repoanalyzer/modules/ansible"
"github.com/cidverse/repoanalyzer/modules/apispec"
"github.com/cidverse/repoanalyzer/modules/cargo"
"github.com/cidverse/repoanalyzer/modules/composer"
Expand All @@ -21,6 +22,7 @@ import (

// AllScanners contains all available scanners
var AllScanners = []analyzerapi.Scanner{
ansible.Analyzer{},
apispec.Analyzer{},
cargo.Analyzer{},
composer.Analyzer{},
Expand Down

0 comments on commit ca7de3e

Please sign in to comment.