scanner property

String? scanner
getter/setter pair

Scanner determines which engine (e.g. static, llm) emitted the finding. Possible string values are:

  • "SCANNER_UNSPECIFIED" : Unspecified scanner.
  • "STATIC" : Static scanner.
  • "LLM" : LLM scanner.
  • "WS_POLICY" : WS_POLICY scanner.
  • "GOOGLE_ANTIVIRUS" : Google AntiVirus Service scanner.

Implementation

core.String? scanner;