Skip to content

Latest commit

 

History

History
 
 

veinmind-asset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

veinmind-asset

veinmind-asset 主要用于扫描容器镜像的内资产信息

功能特性

  • 扫描镜像的OS信息
  • 扫描镜像内系统安装的packages
  • 扫描镜像内应用安装的libraries

使用

1.指定镜像名称或镜像ID并扫描 (需要本地存在对应的镜像)

./veinmind-asset scan [imagename/imageid]

2.扫描本地全部镜像

./veinmind-asset scan

3.输出详细结果

./veinmind-asset scan -v

4.输出指定类型的详细结果

./veinmind-asset scan -v --type [os/python/jar/pip/npm.......]

5.输出详细结果到文件

./veinmind-asset scan -f [csv/json]