trivy-output-plugin-count

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

README

trivy-plugin-count

Example of Trivy output plugin

Installation

trivy plugin install github.com/aquasecurity/trivy-plugin-count

Usage

trivy <target> --format json --output plugin=count [--output-plugin-arg plugin_flags] <target_name>

OR

trivy <target> -f json <target_name> | trivy count [plugin_flags]

Examples

trivy image -f json -o plugin=count --output-plugin-arg "--published-after=2023-11-01" debian:12

is equivalent to:

trivy image -f json debian:12 | trivy count --published-after=2023-11-01

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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