NAME
bootc-container-lint - Perform relatively inexpensive static analysis checks as part of a container build
SYNOPSIS
bootc container lint [OPTIONS...]
DESCRIPTION
Perform relatively inexpensive static analysis checks as part of a container build.
This is intended to be invoked via e.g. RUN bootc container lint
as
part of a build process; it will error if any problems are detected.
OPTIONS
--rootfs=ROOTFS
Operate on the provided rootfs
Default: /
--fatal-warnings
Make warnings fatal
--list
Instead of executing the lints, just print all available lints. At the current time, this will output in YAML format because it's reasonably human friendly. However, there is no commitment to maintaining this exact format; do not parse it via code or scripts
--skip=SKIP
Skip checking the targeted lints, by name. Use `--list` to discover the set of available lints
--no-truncate
Don't truncate the output. By default, only a limited number of entries are shown for each lint, followed by a count of remaining entries
VERSION
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.