Scroll to navigation

WOLFICTL-ADVISORY-REBASE(1) WOLFICTL-ADVISORY-REBASE(1)

NAME

wolfictl-advisory-rebase - Apply a package’s latest advisory events to advisory data in another directory

SYNOPSIS

wolfictl advisory rebase <source-advisories-file-path> <destination-advisories-directory> [flags]

DESCRIPTION

Apply a package’s latest advisory events to advisory data in another directory.

Especially useful when a package's build configuration moves from one repository to another, and you want to ensure that the advisory data for the package is updated with the latest events from the original repository. This helps ensure that any meaningful analysis is carried over to the new repository.

By default this command will "rebase" all advisories from the source location onto the corresponding advisories file in the destination directory. But it's also possible to rebase one advisory at a time, by using the -V flag to specify a vulnerability ID or advisory ID for one particular advisory.

OPTIONS

-h, --help[=false]
help for rebase

-V, --vuln=""
vulnerability ID for advisory

OPTIONS INHERITED FROM PARENT COMMANDS

--log-level="WARN"
log level (e.g. debug, info, warn, error)

EXAMPLE

wolfictl adv rebase ./argo-cd-2.8.yaml ../enterprise-advisories

wolfictl adv rebase ./argo-cd-2.8.yaml ../enterprise-advisories -V CVE-2021-25743

SEE ALSO

wolfictl-advisory(1)

Auto generated by spf13/cobra