anchore / anchore-cli

Simple command-line client to the Anchore Engine service
Apache License 2.0
114 stars 54 forks source link

Added new transition rule attributes to outputs #162

Closed zburstein closed 3 years ago

zburstein commented 3 years ago

Fixes #161

Sample output:

Rule Id                                 Global        Transition        Analysis Age (Days)        Tag Versions Newer        Registry         Repository        Tag        Max Images        Registry Exclude        Repo Exclude        Tag Exclude        Exclude Exp Days        Last Updated
a6e3dbfc260a4cf7b27a33b50f8a742f        True          archive           90                         0                         *                *                 *          10                                                                               -1                      2021-01-27T19:02:25Z
0d13792874504a8e8dd931b486493260        False         archive           90                         0                         docker.io        centos            *          None              docker.io               centos              latest             5                       2021-01-27T18:55:40Z
0944ecd5313a4640a70781a2279eb976        False         archive           90                         0                         docker.io        centos            *          None              docker.io               centos              latest             5                       2021-01-27T17:48:06Z

Signed-off-by: Zane Burstein zane.burstein@anchore.com