SecurityScanners

class Object
trait Matchable
class Any

Value members

Concrete methods

def available: SelectionBuilder[SecurityScanners, Option[List[SecurityScannerType]]]

List of analyzers which are available for the project.

List of analyzers which are available for the project.

def enabled: SelectionBuilder[SecurityScanners, Option[List[SecurityScannerType]]]

List of analyzers which are enabled for the project.

List of analyzers which are enabled for the project.

def pipelineRun: SelectionBuilder[SecurityScanners, Option[List[SecurityScannerType]]]

List of analyzers which ran successfully in the latest pipeline.

List of analyzers which ran successfully in the latest pipeline.