globals

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: MIT Imports: 1 Imported by: 0

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 Analyzer

type Analyzer struct {
	Version string `mapstructure:"version"`
}

type Autobuilder

type Autobuilder struct {
	Version string `mapstructure:"version"`
}

type Compile

type Compile struct {
	Type string `mapstructure:"type"`
}

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

type Github

type Github struct {
	Token string `mapstructure:"token"`
}

type Log

type Log struct {
	Verbosity string `mapstructure:"verbosity"`
}

type Scan

type Scan struct {
	Timeout time.Duration `mapstructure:"timeout"`
	Ruleset string        `mapstructure:"ruleset"`
}

Jump to

Keyboard shortcuts

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