Skip to content

Commit

Permalink
feat(checks): Add support for deprecated checks (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored May 16, 2024
1 parent 619d0af commit b8ee028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scanner/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ type Scanner struct {
regoOnly bool
}

func (s *Scanner) SetIncludeDeprecatedChecks(bool) {}

func (s *Scanner) SetRegoOnly(value bool) {
s.regoOnly = value
}
Expand Down

0 comments on commit b8ee028

Please sign in to comment.