Skip to main content

valint_list

valint list

List evidence command

Synopsis

List evidence in all evidence stores

valint list [flags]

Optional flags

Flags for list subcommand

ShortLongDescriptionDefault
--allInclude all evidence fields
--columnsList of columns to be displayed[timestamp,store,ref,context_type,sbomname,product-key,git_url]
--currentList evidence attached to the current context
--filtersFilters for each evidence property[]
-o--formatList output format, options=[table json]
--format-encodingEvidence Format encoding
--format-typeEvidence Format type
--format-versionEvidence Format version
-h--helphelp for list
-O--output-fileFile to write output
--toolEvidence Tool name
--tool-vendorEvidence Tool vendor
--tool-versionEvidence Tool version

Global options flags

Flags for all valint subcommands

ShortLongDescriptionDefault
--cache-enableEnable local cachetrue
-c--configConfiguration file path
-C--context-typeCI context type, options=[jenkins github circleci azure gitlab travis tekton bitbucket local admission]
--deliverableMark as deliverable, options=[true, false]
-e--envEnvironment keys to include in evidence
-G--gatePolicy Gate name
-L--labelAdd Custom labels
--levelLog depth level, options=[panic fatal error warning info debug trace]
--log-contextAttach context to all logs
--log-fileOutput log to file
-d--output-directoryOutput directory path"${XDG_CACHE_HOME}/valint"
-p--pipeline-namePipeline name
--predicate-typeCustom Predicate type (generic evidence format)"http://scribesecurity.com/evidence/generic/v0.1"
-n--product-keyProduct Key
-V--product-versionProduct Version
-q--quietSuppress all logging output
-U--scribe.client-idScribe Client ID (deprecated)
-P--scribe.client-secretScribe Client Token
-D--scribe.disableDisable scribe client
-E--scribe.enableEnable scribe client (deprecated)
-u--scribe.urlScribe API Url"https://api.scribesecurity.com"
-s--showPrint evidence to stdout
--structuredEnable structured logger
--timeoutTimeout duration"120s"
-v--verboseLog verbosity level [-v,--verbose=1] = info, [-vv,--verbose=2] = debug

Examples for running valint list

  valint list <target>

valint list list all
valint list alpine:latest list evidence for target
valint list alpine:latest --product-key test list evidence in product
valint list alpine:latest --filters git_branch=master filter results for a specific branch
valint list alpine:latest --columns store,ref,git_branch,product-key select columns for list table
valint list alpine:latest --filters product-key=abc filter for specific columns in list table
valint list alpine:latest -o json output list in json format
valint list alpine:latest -o json --all output all evidence field in json format

SEE ALSO

  • valint - Validate Supply Chain Integrity