v1

package
v0.0.133 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostScanRequest

type PostScanRequest struct {
	Format             string                    `json:"format"`             // Format results (table, json, junit ...) - default json
	Account            string                    `json:"account"`            // account ID
	Logger             string                    `json:"-"`                  // logger level - debug/info/error - default is debug
	FailThreshold      float32                   `json:"failThreshold"`      // Failure score threshold
	ExcludedNamespaces []string                  `json:"excludedNamespaces"` // used for host scanner namespace
	IncludeNamespaces  []string                  `json:"includeNamespaces"`  // DEPRECATED?
	TargetNames        []string                  `json:"targetNames"`        // default is all
	TargetType         v1.NotificationPolicyKind `json:"targetType"`         // framework/control - default is framework
	Submit             *bool                     `json:"submit"`             // Submit results to Armo BE - default will
	HostScanner        *bool                     `json:"hostScanner"`        // Deploy ARMO K8s host scanner to collect data from certain controls
	KeepLocal          *bool                     `json:"keepLocal"`          // Do not submit results
	UseCachedArtifacts *bool                     `json:"useCachedArtifacts"` // Use the cached artifacts instead of downloading

}

Jump to

Keyboard shortcuts

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