Skip to content

Commit

Permalink
fix(misconf): Fix logging typo (aquasecurity#7473)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Sep 17, 2024
1 parent f768d3a commit 56db43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/iac/rego/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func GetInputsContents(inputs []Input) []any {

func (s *Scanner) ScanInput(ctx context.Context, inputs ...Input) (scan.Results, error) {

s.logger.Debug("Scannning inputs", "count", len(inputs))
s.logger.Debug("Scanning inputs", "count", len(inputs))

var results scan.Results

Expand Down

0 comments on commit 56db43c

Please sign in to comment.