Docker扫描工具之Anchore
Posted lucifer000
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker扫描工具之Anchore相关的知识,希望对你有一定的参考价值。
安装前置条件
依赖 | 版本及安装命令 |
---|---|
CentOS版本 | CentOS 7 |
Docker版本 | >1.10 |
epel-release | yum install epel-release |
rpm-python | yum install rpm-python |
dpkg | yum install dpkg |
python-pip | yum install python-pip |
安装Anchore
# pip install anchore
确认版本
# anchore --version
初期化Anchore的Database
# anchore feeds sync
镜像准备
# docker images
对镜像进行分析
# anchore analyze --image docker.io/centos:latest --imagetype base
生成报告
# anchore gate --image docker.io/centos:latest
确认CVE
# anchore query --image docker.io/centos:latest cve-scan all
参考
https://blog.csdn.net/liumiaocn/article/details/76732894
以上是关于Docker扫描工具之Anchore的主要内容,如果未能解决你的问题,请参考以下文章
JUC并发编程 共享模式之工具 JUC CountdownLatch(倒计时锁) -- CountdownLatch应用(等待多个线程准备完毕( 可以覆盖上次的打印内)等待多个远程调用结束)(代码片段