package
Version:
v1.0.0-1
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Excludes []*Exclude
}
type Exclude struct {
PolicyName string `yaml:"policy_name"`
WorkflowFilePath string `yaml:"workflow_file_path"`
ActionFilePath string `yaml:"action_file_path"`
JobName string `yaml:"job_name"`
ActionName string `yaml:"action_name"`
StepID string `yaml:"step_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.