runner

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfig added in v0.1.1

func InitConfig()

func ShowBanner

func ShowBanner()

showBanner is used to show the banner to the user

Types

type Config added in v0.1.7

type Config struct {
	Common struct {
		LogEnable      bool   `yaml:"log_enable"`
		ListPolicies   bool   `yaml:"list_policies"`
		LogDir         string `yaml:"log_dir"`
		TimeoutMinutes int    `yaml:"timeout_minutes"`
	} `yaml:"common"`
	Cloudlist                 []string              `yaml:"cloudlist"`
	IAMUserCheck              userValidationConfig  `yaml:"iam-user-check"`
	LegacyIAMUserValidation   userValidationConfig  `yaml:"iam-user-validation"`
	LegacyBackdoorUser        userValidationConfig  `yaml:"backdoor-user"`
	RDSAccountCheck           databaseAccountConfig `yaml:"rds-account-check"`
	LegacyDBAccountValidation databaseAccountConfig `yaml:"database-account-validation"`
	LegacyDatabaseAccount     databaseAccountConfig `yaml:"database-account"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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