nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
RepoSecurityPlan
Interface RepoSecurityPlan
Complete security scanning plan for a repository.
interface
RepoSecurityPlan
{
repo
:
string
;
language
:
string
|
null
;
framework
:
string
|
null
;
ciProvider
:
string
|
null
;
existingTooling
:
readonly
string
[]
;
recommendations
:
readonly
ScannerRecommendation
[]
;
conflicts
:
readonly
ConflictWarning
[]
;
coverage
:
readonly
CoverageAnalysis
[]
;
gapsSummary
:
readonly
string
[]
;
}
Index
Properties
repo
language
framework
ci
Provider
existing
Tooling
recommendations
conflicts
coverage
gaps
Summary
Properties
Readonly
repo
repo
:
string
Readonly
language
language
:
string
|
null
Readonly
framework
framework
:
string
|
null
Readonly
ci
Provider
ciProvider
:
string
|
null
Readonly
existing
Tooling
existingTooling
:
readonly
string
[]
Readonly
recommendations
recommendations
:
readonly
ScannerRecommendation
[]
Readonly
conflicts
conflicts
:
readonly
ConflictWarning
[]
Readonly
coverage
coverage
:
readonly
CoverageAnalysis
[]
Readonly
gaps
Summary
gapsSummary
:
readonly
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
repo
language
framework
ci
Provider
existing
Tooling
recommendations
conflicts
coverage
gaps
Summary
GitHub
npm
nexus-agents - v2.80.0
Loading...
Complete security scanning plan for a repository.