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 authored and fhielpos committed Dec 20, 2024
1 parent ad0feca commit d8721c1
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 d8721c1

Please sign in to comment.