diff --git a/pkg/scanner/scanner.go b/pkg/scanner/scanner.go index 53c52a8..15d8216 100644 --- a/pkg/scanner/scanner.go +++ b/pkg/scanner/scanner.go @@ -51,6 +51,8 @@ type Scanner struct { regoOnly bool } +func (s *Scanner) SetIncludeDeprecatedChecks(bool) {} + func (s *Scanner) SetRegoOnly(value bool) { s.regoOnly = value }