iactest

package
v0.0.0-...-70a9dfa Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2025 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagReport                     = "report"
	FlagSeverityThreshold          = "severity-threshold"
	FlagIgnorePolicy               = "ignore-policy"
	FlagPolicyPath                 = "policy-path"
	FlagTargetReference            = "target-reference"
	FlagTargetName                 = "target-name"
	FlagRemoteRepoURL              = "remote-repo-url"
	FlagSnykCloudEnvironment       = "snyk-cloud-environment"
	FlagScan                       = "scan"
	FlagDepthDetection             = "detection-depth"
	FlagVarFile                    = "var-file"
	FlagJson                       = "json"
	FlagJsonFileOutput             = "json-file-output"
	FlagSarif                      = "sarif"
	FlagSarifFileOutput            = "sarif-file-output"
	FlagProjectBusinessCriticality = "project-business-criticality"
	FlagProjectEnvironment         = "project-environment"
	FlagProjectLifecycle           = "project-lifecycle"
	FlagProjectTags                = "project-tags"
	FlagRules                      = "rules"
)
View Source
const (
	LegacyFlagOutputFile = "iac-test-output-file"

	FeatureFlagNewEngine            = "iacNewEngine"
	FeatureFlagIntegratedExperience = "iacIntegratedExperience"

	// configuration keys.
	RulesClientURL  = "snyk_iac_rules_client_url"
	RulesBundlePath = "snyk_iac_bundle_path"

	DotSnykPolicy = ".snyk"
)
View Source
const (
	Title          = "Snyk Infrastructure As Code"
	ProgressText   = "Snyk testing Infrastructure as Code configuration issues."
	CompletionText = "Test completed."
)

Variables

View Source
var WorkflowID = workflow.NewWorkflowIdentifier("iac.test")

Functions

func DetermineInputPaths

func DetermineInputPaths(args []string, cwd string) []string

func GetIaCTestFlagSet

func GetIaCTestFlagSet() *pflag.FlagSet

func GetPolicyFile

func GetPolicyFile(policyPathFlag string, rootDir string, logger *zerolog.Logger) string

Preserves the original behavior for IaC+ in the CLI, found at: https://github.com/snyk/cli/blob/2051a6d38071a304dbef97784cfeac20c7f56d09/src/cli/commands/test/iac/v2/index.ts#L63

func NewUI

func NewUI(config UIConfig) *iacTestUI

func RegisterWorkflows

func RegisterWorkflows(e workflow.Engine) error

func TestWorkflow

func TestWorkflow(
	ictx workflow.InvocationContext,
	_ []workflow.Data,
) ([]workflow.Data, error)

Types

type ProjectAttributes

type ProjectAttributes struct {
	ProjectEnvironment         *string
	ProjectBusinessCriticality *string
	ProjectLifecycle           *string
	ProjectTags                *string
}

func GetProjectAttributes

func GetProjectAttributes(config configuration.Configuration) ProjectAttributes

type UIConfig

type UIConfig struct {
	Disabled bool
	Backend  ui.UserInterface
	Logger   *zerolog.Logger
}

Jump to

Keyboard shortcuts

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