detection

package
v0.93.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsArchive added in v0.57.4

func IsArchive(path string) bool

func IsHelmChartArchive added in v0.57.4

func IsHelmChartArchive(path string, file io.Reader) bool

func IsTerraformFile added in v0.92.0

func IsTerraformFile(path string) bool

func IsType

func IsType(name string, r io.ReadSeeker, t FileType) bool

func IsZip added in v0.57.4

func IsZip(path string) bool

Types

type FileType

type FileType string
const (
	FileTypeCloudFormation FileType = "cloudformation"
	FileTypeTerraform      FileType = "terraform"
	FileTypeTerraformPlan  FileType = "terraformplan"
	FileTypeDockerfile     FileType = "dockerfile"
	FileTypeKubernetes     FileType = "kubernetes"
	FileTypeRbac           FileType = "rbac"
	FileTypeYAML           FileType = "yaml"
	FileTypeTOML           FileType = "toml"
	FileTypeJSON           FileType = "json"
	FileTypeHelm           FileType = "helm"
	FileTypeAzureARM       FileType = "azure-arm"
)

func GetTypes

func GetTypes(name string, r io.ReadSeeker) []FileType

Jump to

Keyboard shortcuts

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