Skip to content

Trivy Aqua

Trivy Aqua #133

Triggered via schedule September 4, 2023 04:02
Status Failure
Total duration 20s
Artifacts

trivy-aqua.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Scan
Error: Failed vulnerability scan using Trivy. stdout: stderr: Error: unknown flag: --severity Usage: trivy [global flags] command [flags] target trivy [command] Examples: # Scan a container image $ trivy image python:3.4-alpine # Scan a container image from a tar archive $ trivy image --input ruby-3.1.tar # Scan local filesystem $ trivy fs . # Run in server mode $ trivy server Scanning Commands aws [EXPERIMENTAL] Scan AWS account config Scan config files for misconfigurations filesystem Scan local filesystem image Scan a container image kubernetes [EXPERIMENTAL] Scan kubernetes cluster repository Scan a repository rootfs Scan rootfs sbom Scan SBOM for vulnerabilities vm [EXPERIMENTAL] Scan a virtual machine image Management Commands module Manage modules plugin Manage plugins Utility Commands completion Generate the autocompletion script for the specified shell convert Convert Trivy JSON report into a different format help Help about any command server Server mode version Print the version Flags: --cache-dir string cache directory (default "/home/runner/.cache/trivy") -c, --config string config path (default "trivy.yaml") -d, --debug debug mode -f, --format string version format (json) --generate-default-config write the default config to trivy-default.yaml -h, --help help for trivy --insecure allow insecure server connections -q, --quiet suppress progress bar and log output --timeout duration timeout (default 5m0s) -v, --version show version Use "trivy [command] --help" for more information about a command. 2023-09-04T04:02:34.506Z FATAL unknown flag: --severity error: undefined at Trivy.scan (/home/runner/work/_actions/wochinge/gitrivy/master/dist/index.js:13334:15) at /home/runner/work/_actions/wochinge/gitrivy/master/dist/index.js:6568:34 at Generator.next (<anonymous>) at fulfilled (/home/runner/work/_actions/wochinge/gitrivy/master/dist/index.js:6531:58)
Scan
Failed vulnerability scan using Trivy. stdout: stderr: Error: unknown flag: --severity Usage: trivy [global flags] command [flags] target trivy [command] Examples: # Scan a container image $ trivy image python:3.4-alpine # Scan a container image from a tar archive $ trivy image --input ruby-3.1.tar # Scan local filesystem $ trivy fs . # Run in server mode $ trivy server Scanning Commands aws [EXPERIMENTAL] Scan AWS account config Scan config files for misconfigurations filesystem Scan local filesystem image Scan a container image kubernetes [EXPERIMENTAL] Scan kubernetes cluster repository Scan a repository rootfs Scan rootfs sbom Scan SBOM for vulnerabilities vm [EXPERIMENTAL] Scan a virtual machine image Management Commands module Manage modules plugin Manage plugins Utility Commands completion Generate the autocompletion script for the specified shell convert Convert Trivy JSON report into a different format help Help about any command server Server mode version Print the version Flags: --cache-dir string cache directory (default "/home/runner/.cache/trivy") -c, --config string config path (default "trivy.yaml") -d, --debug debug mode -f, --format string version format (json) --generate-default-config write the default config to trivy-default.yaml -h, --help help for trivy --insecure allow insecure server connections -q, --quiet suppress progress bar and log output --timeout duration timeout (default 5m0s) -v, --version show version Use "trivy [command] --help" for more information about a command. 2023-09-04T04:02:34.506Z FATAL unknown flag: --severity error: undefined
Scan
The following actions uses node12 which is deprecated and will be forced to run on node16: wochinge/gitrivy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/