Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Images NoVulnerabilityBannerSource imageSource = "noVulnerabilityBanner.png" VulnerabilitiesBannerSource imageSource = "vulnerabilitiesBanner.png" // Frogbot label LabelName frogbotLabel = "🐸 frogbot scan" LabelDescription frogbotLabel = "triggers frogbot scan" LabelColor frogbotLabel = "4AB548" WatchesDelimiter = "," // Comment TableHeder = "\n| SEVERITY | IMPACTED PACKAGE | VERSION | FIXED VERSIONS | COMPONENT | COMPONENT VERSION | CVE\n" + ":--: | -- | -- | -- | -- | :--: | --" WhatIsFrogbotMd = "\n\n[What is Frogbot?](https://github.com/jfrog/frogbot#frogbot)" )
Variables ¶
This section is empty.
Functions ¶
func GetSeverityTag ¶
Types ¶
type FrogbotParams ¶
type FrogbotParams struct {
JFrogEnvParams
GitParam
InstallCommandName string
InstallCommandArgs []string
}
func GetParamsAndClient ¶
func GetParamsAndClient() (*FrogbotParams, vcsclient.VcsClient, error)
type JFrogEnvParams ¶
type JFrogEnvParams struct {
Server coreconfig.ServerDetails
Project string
Watches string
}
Click to show internal directories.
Click to hide internal directories.