iac

package
v1.29.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunIacScan

func RunIacScan(scanner *jas.JasScanner, params IacScanParams) (vulnerabilitiesResults []*sarif.Run, violationsResults []*sarif.Run, err error)

The getIacScanResults function runs the iac scan flow, which includes the following steps: Creating an IacScanManager object. Running the analyzer manager executable. Parsing the analyzer manager results.

Types

type IacScanManager

type IacScanManager struct {
	// contains filtered or unexported fields
}

func (*IacScanManager) DeprecatedRun added in v1.29.3

func (iac *IacScanManager) DeprecatedRun(module jfrogappsconfig.Module, centralConfigExclusions []string) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, err error)

func (*IacScanManager) Run

func (iac *IacScanManager) Run(target results.ScanTarget) (vulnerabilitiesSarifRuns []*sarif.Run, violationsSarifRuns []*sarif.Run, err error)

type IacScanParams added in v1.29.3

type IacScanParams struct {
	ThreadId         int
	TargetCount      int
	ResultsToCompare []*sarif.Run
	Target           results.ScanTarget
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL