Documentation ¶
Index ¶
- Constants
- func AuditCmd(c *components.Context) error
- func AuditSpecificCmd(c *components.Context, technology techutils.Technology) error
- func BuildScan(c *components.Context) error
- func CreateAuditCmd(c *components.Context) (*audit.AuditCommand, error)
- func CurationCmd(c *components.Context) error
- func CurationCmdPostInstallationFailure(c *components.Context, tech techutils.Technology, cmdName string, ...) error
- func CurationInspectAfterFailure(c *cli.Context, cmdName string, technology techutils.Technology, ...)
- func DockerScan(c *components.Context, image string) error
- func DockerScanMockCommand() components.Command
- func EnrichCmd(c *components.Context) error
- func GetCountContributorsParams(c *components.Context) (*git.CountContributorsParams, error)
- func GetJfrogCliSecurityApp() components.App
- func GitCountContributorsCmd(c *components.Context) error
- func IsSupportedCommandForCurationInspect(cmd string) bool
- func ScanCmd(c *components.Context) error
- func ShouldRunCurationAfterFailure(c *components.Context, tech techutils.Technology, cmdName string, ...) (curationCmd *curation.CurationAuditCommand, err error, runCuration bool)
- func WrapCmdWithCurationPostFailureRun(c *cli.Context, cmd func(c *cli.Context) error, ...) error
Constants ¶
View Source
const SkipCurationAfterFailureEnv = "JFROG_CLI_SKIP_CURATION_AFTER_FAILURE"
Variables ¶
This section is empty.
Functions ¶
func AuditCmd ¶
func AuditCmd(c *components.Context) error
func AuditSpecificCmd ¶
func AuditSpecificCmd(c *components.Context, technology techutils.Technology) error
func CreateAuditCmd ¶ added in v1.4.0
func CreateAuditCmd(c *components.Context) (*audit.AuditCommand, error)
func CurationCmd ¶
func CurationCmd(c *components.Context) error
func CurationCmdPostInstallationFailure ¶ added in v1.7.0
func CurationCmdPostInstallationFailure(c *components.Context, tech techutils.Technology, cmdName string, originError error) error
func CurationInspectAfterFailure ¶ added in v1.7.0
func DockerScan ¶
func DockerScan(c *components.Context, image string) error
func DockerScanMockCommand ¶ added in v1.6.4
func DockerScanMockCommand() components.Command
func EnrichCmd ¶ added in v1.6.0
func EnrichCmd(c *components.Context) error
func GetCountContributorsParams ¶ added in v1.5.0
func GetCountContributorsParams(c *components.Context) (*git.CountContributorsParams, error)
func GetJfrogCliSecurityApp ¶
func GetJfrogCliSecurityApp() components.App
func GitCountContributorsCmd ¶ added in v1.5.0
func GitCountContributorsCmd(c *components.Context) error
func IsSupportedCommandForCurationInspect ¶ added in v1.7.0
func ScanCmd ¶
func ScanCmd(c *components.Context) error
func ShouldRunCurationAfterFailure ¶ added in v1.7.0
func ShouldRunCurationAfterFailure(c *components.Context, tech techutils.Technology, cmdName string, originError error) (curationCmd *curation.CurationAuditCommand, err error, runCuration bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.