Documentation
¶
Index ¶
- type DeprecatedSyntaxRule
- func (r *DeprecatedSyntaxRule) Category() rules.Category
- func (r *DeprecatedSyntaxRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *DeprecatedSyntaxRule) DefaultSeverity() rules.Severity
- func (r *DeprecatedSyntaxRule) ID() string
- func (r *DeprecatedSyntaxRule) Name() string
- func (r *DeprecatedSyntaxRule) Platforms() []rules.Platform
- type InsecureDinDRule
- func (r *InsecureDinDRule) Category() rules.Category
- func (r *InsecureDinDRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *InsecureDinDRule) DefaultSeverity() rules.Severity
- func (r *InsecureDinDRule) ID() string
- func (r *InsecureDinDRule) Name() string
- func (r *InsecureDinDRule) Platforms() []rules.Platform
- type MissingCoverageReportingRule
- func (r *MissingCoverageReportingRule) Category() rules.Category
- func (r *MissingCoverageReportingRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *MissingCoverageReportingRule) DefaultSeverity() rules.Severity
- func (r *MissingCoverageReportingRule) ID() string
- func (r *MissingCoverageReportingRule) Name() string
- func (r *MissingCoverageReportingRule) Platforms() []rules.Platform
- type MissingDAGOptimizationRule
- func (r *MissingDAGOptimizationRule) Category() rules.Category
- func (r *MissingDAGOptimizationRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *MissingDAGOptimizationRule) DefaultSeverity() rules.Severity
- func (r *MissingDAGOptimizationRule) ID() string
- func (r *MissingDAGOptimizationRule) Name() string
- func (r *MissingDAGOptimizationRule) Platforms() []rules.Platform
- type MissingEnvironmentRule
- func (r *MissingEnvironmentRule) Category() rules.Category
- func (r *MissingEnvironmentRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *MissingEnvironmentRule) DefaultSeverity() rules.Severity
- func (r *MissingEnvironmentRule) ID() string
- func (r *MissingEnvironmentRule) Name() string
- func (r *MissingEnvironmentRule) Platforms() []rules.Platform
- type MissingInterruptibleRule
- func (r *MissingInterruptibleRule) Category() rules.Category
- func (r *MissingInterruptibleRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *MissingInterruptibleRule) DefaultSeverity() rules.Severity
- func (r *MissingInterruptibleRule) ID() string
- func (r *MissingInterruptibleRule) Name() string
- func (r *MissingInterruptibleRule) Platforms() []rules.Platform
- type MissingResourceGroupRule
- func (r *MissingResourceGroupRule) Category() rules.Category
- func (r *MissingResourceGroupRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *MissingResourceGroupRule) DefaultSeverity() rules.Severity
- func (r *MissingResourceGroupRule) ID() string
- func (r *MissingResourceGroupRule) Name() string
- func (r *MissingResourceGroupRule) Platforms() []rules.Platform
- type NoTemplateReuseRule
- func (r *NoTemplateReuseRule) Category() rules.Category
- func (r *NoTemplateReuseRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *NoTemplateReuseRule) DefaultSeverity() rules.Severity
- func (r *NoTemplateReuseRule) ID() string
- func (r *NoTemplateReuseRule) Name() string
- func (r *NoTemplateReuseRule) Platforms() []rules.Platform
- type NoWorkflowRulesRule
- func (r *NoWorkflowRulesRule) Category() rules.Category
- func (r *NoWorkflowRulesRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *NoWorkflowRulesRule) DefaultSeverity() rules.Severity
- func (r *NoWorkflowRulesRule) ID() string
- func (r *NoWorkflowRulesRule) Name() string
- func (r *NoWorkflowRulesRule) Platforms() []rules.Platform
- type ShellExecutorRule
- func (r *ShellExecutorRule) Category() rules.Category
- func (r *ShellExecutorRule) Check(pipeline *rules.Pipeline) []rules.Finding
- func (r *ShellExecutorRule) DefaultSeverity() rules.Severity
- func (r *ShellExecutorRule) ID() string
- func (r *ShellExecutorRule) Name() string
- func (r *ShellExecutorRule) Platforms() []rules.Platform
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeprecatedSyntaxRule ¶
type DeprecatedSyntaxRule struct{}
func (*DeprecatedSyntaxRule) Category ¶
func (r *DeprecatedSyntaxRule) Category() rules.Category
func (*DeprecatedSyntaxRule) Check ¶
func (r *DeprecatedSyntaxRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*DeprecatedSyntaxRule) DefaultSeverity ¶
func (r *DeprecatedSyntaxRule) DefaultSeverity() rules.Severity
func (*DeprecatedSyntaxRule) ID ¶
func (r *DeprecatedSyntaxRule) ID() string
func (*DeprecatedSyntaxRule) Name ¶
func (r *DeprecatedSyntaxRule) Name() string
func (*DeprecatedSyntaxRule) Platforms ¶
func (r *DeprecatedSyntaxRule) Platforms() []rules.Platform
type InsecureDinDRule ¶
type InsecureDinDRule struct{}
func (*InsecureDinDRule) Category ¶
func (r *InsecureDinDRule) Category() rules.Category
func (*InsecureDinDRule) Check ¶
func (r *InsecureDinDRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*InsecureDinDRule) DefaultSeverity ¶
func (r *InsecureDinDRule) DefaultSeverity() rules.Severity
func (*InsecureDinDRule) ID ¶
func (r *InsecureDinDRule) ID() string
func (*InsecureDinDRule) Name ¶
func (r *InsecureDinDRule) Name() string
func (*InsecureDinDRule) Platforms ¶
func (r *InsecureDinDRule) Platforms() []rules.Platform
type MissingCoverageReportingRule ¶
type MissingCoverageReportingRule struct{}
func (*MissingCoverageReportingRule) Category ¶
func (r *MissingCoverageReportingRule) Category() rules.Category
func (*MissingCoverageReportingRule) Check ¶
func (r *MissingCoverageReportingRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*MissingCoverageReportingRule) DefaultSeverity ¶
func (r *MissingCoverageReportingRule) DefaultSeverity() rules.Severity
func (*MissingCoverageReportingRule) ID ¶
func (r *MissingCoverageReportingRule) ID() string
func (*MissingCoverageReportingRule) Name ¶
func (r *MissingCoverageReportingRule) Name() string
func (*MissingCoverageReportingRule) Platforms ¶
func (r *MissingCoverageReportingRule) Platforms() []rules.Platform
type MissingDAGOptimizationRule ¶
type MissingDAGOptimizationRule struct{}
func (*MissingDAGOptimizationRule) Category ¶
func (r *MissingDAGOptimizationRule) Category() rules.Category
func (*MissingDAGOptimizationRule) Check ¶
func (r *MissingDAGOptimizationRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*MissingDAGOptimizationRule) DefaultSeverity ¶
func (r *MissingDAGOptimizationRule) DefaultSeverity() rules.Severity
func (*MissingDAGOptimizationRule) ID ¶
func (r *MissingDAGOptimizationRule) ID() string
func (*MissingDAGOptimizationRule) Name ¶
func (r *MissingDAGOptimizationRule) Name() string
func (*MissingDAGOptimizationRule) Platforms ¶
func (r *MissingDAGOptimizationRule) Platforms() []rules.Platform
type MissingEnvironmentRule ¶
type MissingEnvironmentRule struct{}
func (*MissingEnvironmentRule) Category ¶
func (r *MissingEnvironmentRule) Category() rules.Category
func (*MissingEnvironmentRule) Check ¶
func (r *MissingEnvironmentRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*MissingEnvironmentRule) DefaultSeverity ¶
func (r *MissingEnvironmentRule) DefaultSeverity() rules.Severity
func (*MissingEnvironmentRule) ID ¶
func (r *MissingEnvironmentRule) ID() string
func (*MissingEnvironmentRule) Name ¶
func (r *MissingEnvironmentRule) Name() string
func (*MissingEnvironmentRule) Platforms ¶
func (r *MissingEnvironmentRule) Platforms() []rules.Platform
type MissingInterruptibleRule ¶
type MissingInterruptibleRule struct{}
func (*MissingInterruptibleRule) Category ¶
func (r *MissingInterruptibleRule) Category() rules.Category
func (*MissingInterruptibleRule) Check ¶
func (r *MissingInterruptibleRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*MissingInterruptibleRule) DefaultSeverity ¶
func (r *MissingInterruptibleRule) DefaultSeverity() rules.Severity
func (*MissingInterruptibleRule) ID ¶
func (r *MissingInterruptibleRule) ID() string
func (*MissingInterruptibleRule) Name ¶
func (r *MissingInterruptibleRule) Name() string
func (*MissingInterruptibleRule) Platforms ¶
func (r *MissingInterruptibleRule) Platforms() []rules.Platform
type MissingResourceGroupRule ¶
type MissingResourceGroupRule struct{}
func (*MissingResourceGroupRule) Category ¶
func (r *MissingResourceGroupRule) Category() rules.Category
func (*MissingResourceGroupRule) Check ¶
func (r *MissingResourceGroupRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*MissingResourceGroupRule) DefaultSeverity ¶
func (r *MissingResourceGroupRule) DefaultSeverity() rules.Severity
func (*MissingResourceGroupRule) ID ¶
func (r *MissingResourceGroupRule) ID() string
func (*MissingResourceGroupRule) Name ¶
func (r *MissingResourceGroupRule) Name() string
func (*MissingResourceGroupRule) Platforms ¶
func (r *MissingResourceGroupRule) Platforms() []rules.Platform
type NoTemplateReuseRule ¶
type NoTemplateReuseRule struct{}
func (*NoTemplateReuseRule) Category ¶
func (r *NoTemplateReuseRule) Category() rules.Category
func (*NoTemplateReuseRule) Check ¶
func (r *NoTemplateReuseRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*NoTemplateReuseRule) DefaultSeverity ¶
func (r *NoTemplateReuseRule) DefaultSeverity() rules.Severity
func (*NoTemplateReuseRule) ID ¶
func (r *NoTemplateReuseRule) ID() string
func (*NoTemplateReuseRule) Name ¶
func (r *NoTemplateReuseRule) Name() string
func (*NoTemplateReuseRule) Platforms ¶
func (r *NoTemplateReuseRule) Platforms() []rules.Platform
type NoWorkflowRulesRule ¶
type NoWorkflowRulesRule struct{}
func (*NoWorkflowRulesRule) Category ¶
func (r *NoWorkflowRulesRule) Category() rules.Category
func (*NoWorkflowRulesRule) Check ¶
func (r *NoWorkflowRulesRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*NoWorkflowRulesRule) DefaultSeverity ¶
func (r *NoWorkflowRulesRule) DefaultSeverity() rules.Severity
func (*NoWorkflowRulesRule) ID ¶
func (r *NoWorkflowRulesRule) ID() string
func (*NoWorkflowRulesRule) Name ¶
func (r *NoWorkflowRulesRule) Name() string
func (*NoWorkflowRulesRule) Platforms ¶
func (r *NoWorkflowRulesRule) Platforms() []rules.Platform
type ShellExecutorRule ¶
type ShellExecutorRule struct{}
func (*ShellExecutorRule) Category ¶
func (r *ShellExecutorRule) Category() rules.Category
func (*ShellExecutorRule) Check ¶
func (r *ShellExecutorRule) Check(pipeline *rules.Pipeline) []rules.Finding
func (*ShellExecutorRule) DefaultSeverity ¶
func (r *ShellExecutorRule) DefaultSeverity() rules.Severity
func (*ShellExecutorRule) ID ¶
func (r *ShellExecutorRule) ID() string
func (*ShellExecutorRule) Name ¶
func (r *ShellExecutorRule) Name() string
func (*ShellExecutorRule) Platforms ¶
func (r *ShellExecutorRule) Platforms() []rules.Platform
Click to show internal directories.
Click to hide internal directories.