Documentation
¶
Overview ¶
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
Index ¶
- type Command
- type FromValue
- type Info
- type Parser
- func (p *Parser) GetCommentToken() string
- func (p *Parser) GetKind() model.FileKind
- func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile
- func (p *Parser) Parse(ctx context.Context, _ string, fileContent []byte) ([]model.Document, []int, error)
- func (p *Parser) Resolve(ctx context.Context, fileContent []byte, _ string, _ bool, _ int) ([]byte, error)
- func (p *Parser) StringifyContent(content []byte) (string, error)
- func (p *Parser) SupportedExtensions() []string
- func (p *Parser) SupportedTypes() map[string]bool
- type Resource
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 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 ¶
GetCommentToken return the comment token of Buildah - #
func (*Parser) GetResolvedFiles ¶
func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile
GetResolvedFiles returns the resolved files
func (*Parser) Parse ¶
func (p *Parser) Parse(ctx context.Context, _ string, fileContent []byte) ([]model.Document, []int, error)
Parse - parses Buildah file to Json
func (*Parser) Resolve ¶
func (p *Parser) Resolve(ctx context.Context, fileContent []byte, _ string, _ bool, _ int) ([]byte, error)
Resolve - replace or modifies in-memory content before parsing
func (*Parser) StringifyContent ¶
StringifyContent converts original content into string formatted version
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns Buildah extensions
func (*Parser) SupportedTypes ¶
SupportedTypes returns types supported by this parser, which are Buildah