Documentation
¶
Index ¶
Constants ¶
View Source
const AnalyzerBindVersion = "2025.09.02.80c3c9b"
View Source
const AnalyzerDocker = GithubDockerHost + "/" + RepoOwner + "/seqra-jvm-sast/sast-analyzer"
View Source
const AutobuilderAssetName = "seqra-project-auto-builder.jar"
View Source
const AutobuilderBindVersion = "2025.09.01.8dde52f"
View Source
const AutobuilderDocker = GithubDockerHost + "/" + RepoOwner + "/" + AutobuilderRepoName + "/sast-autobuilder"
View Source
const AutobuilderRepoName = "seqra-jvm-autobuilder"
View Source
const GithubDockerHost = "ghcr.io"
View Source
const RepoOwner = "seqrateam"
View Source
const RulesBindVersion = "v1.0.1"
View Source
const RulesRepoName = "seqra-rules"
Variables ¶
View Source
var ConfigFile string
View Source
var LogPath string
Functions ¶
This section is empty.
Types ¶
type Autobuilder ¶
type Autobuilder struct {
Version string `mapstructure:"version"`
}
type ConfigType ¶
type ConfigType struct {
Scan Scan `mapstructure:"scan"`
Log Log `mapstructure:"log"`
Github Github `mapstructure:"github"`
Analyzer Analyzer `mapstructure:"analyzer"`
Autobuilder Autobuilder `mapstructure:"autobuilder"`
Compile Compile `mapstructure:"compile"`
Quiet bool `mapstructure:"quiet"`
}
var Config ConfigType
Click to show internal directories.
Click to hide internal directories.