Documentation ¶
Overview ¶
Package appsec contains code for exporting application security configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFetchingPolicy is returned when fetching policy fails ErrFetchingPolicy = errors.New("unable to fetch policy with given name") // ErrFetchingVersion is returned when fetching policy version fails ErrFetchingVersion = errors.New("unable to fetch latest policy version") // ErrCloudletTypeNotSupported is returned when a provided cloudlet type is not yet supported ErrCloudletTypeNotSupported = errors.New("cloudlet type not supported") // ErrSavingFiles is returned when an issue with processing templates occurs ErrSavingFiles = errors.New("saving terraform project files") )
Functions ¶
func CmdCreateAppsec ¶
func CmdCreateAppsec(c *cli.Context) error
CmdCreateAppsec is an entrypoint to create-appsec command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.