buildah

package
v1.7.13 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Cmd       string
	Original  string
	Value     string
	StartLine int `json:"_kics_line"`
	EndLine   int
}

Command is the struct for each Buildah command

type FromValue

type FromValue struct {
	Value string
	Line  int
}

FromValue is the struct for each from

type Info

type Info struct {
	IgnoreLines      []int
	From             map[string][]Command
	FromValues       []FromValue
	IgnoreBlockLines []int
}

Info has the relevant information to Buildah parser

type Parser

type Parser struct {
}

Parser is a Buildah parser

func (*Parser) GetCommentToken

func (p *Parser) GetCommentToken() string

GetCommentToken return the comment token of Buildah - #

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

GetKind returns the kind of the parser

func (*Parser) GetResolvedFiles added in v1.5.9

func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile

GetResolvedFiles returns the resolved files

func (*Parser) Parse

func (p *Parser) Parse(_ string, fileContent []byte) ([]model.Document, []int, error)

Parse - parses Buildah file to Json

func (*Parser) Resolve

func (p *Parser) Resolve(fileContent []byte, _ string, _ bool) ([]byte, error)

Resolve - replace or modifies in-memory content before parsing

func (*Parser) StringifyContent

func (p *Parser) StringifyContent(content []byte) (string, error)

StringifyContent converts original content into string formatted version

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

SupportedExtensions returns Buildah extensions

func (*Parser) SupportedTypes

func (p *Parser) SupportedTypes() map[string]bool

SupportedTypes returns types supported by this parser, which are Buildah

type Resource

type Resource struct {
	CommandList map[string][]Command `json:"command"`
}

Resource separates the list of commands by file

Jump to

Keyboard shortcuts

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