mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
9 lines
324 B
Go
9 lines
324 B
Go
package v1
|
|
|
|
type FixInfo struct {
|
|
ReportFile string // path to report file (mandatory)
|
|
NoConfirm bool // if true, no confirmation will be given to the user before applying the fix
|
|
SkipUserValues bool // if true, user values will not be changed
|
|
DryRun bool // if true, no changes will be applied
|
|
}
|