Documentation
¶
Overview ¶
Package sast provides AI-powered static application security testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SASTScanner ¶
type SASTScanner struct {
// contains filtered or unexported fields
}
SASTScanner implements core.Scanner using AI-powered code analysis.
func NewSASTScanner ¶
func NewSASTScanner() *SASTScanner
func (*SASTScanner) Close ¶
func (s *SASTScanner) Close() error
func (*SASTScanner) Name ¶
func (s *SASTScanner) Name() string
func (*SASTScanner) Type ¶
func (s *SASTScanner) Type() core.ScanType
Click to show internal directories.
Click to hide internal directories.