当前位置:网站首页>Mirror vulnerability scanner: trivy
Mirror vulnerability scanner: trivy
2022-06-29 13:16:00 【Know the old code】
Mirror vulnerability scanner :Trivy
Trivy Common methods
Container mirror scan
# Scan container image
trivy image nginx
# Container mirror tar Package scanning
trivy image -i nginx.tar
Print assignments ( High-risk 、 serious ) Vulnerability information
# Print high-risk vulnerabilities
trivy images HIGH nginx
# Print high-risk serious vulnerabilities
trivy image -s HIGH, CRITICAL nginx
JSON Output in format and save to file
trivy image -f json -o /root/output.json nginx

边栏推荐
- hutool工具类的学习(持续更新)
- ArcGIS中对面状河流进行等距分段【渐变赋色、污染物扩散】
- Aes-128-cbc-pkcs7padding encrypted PHP instance
- Memorized Function
- 服务器上的RTC时间与世界时间不一致解决办法
- C # clue binary tree through middle order traversal
- 开户可以在网上开么?能安全吗
- 倍福控制第三方伺服走CSV模式--以汇川伺服为例
- Don't build the wheel again. It is recommended to use Google guava open source tool class library. It is really powerful!
- Definition of C # clue binary tree
猜你喜欢

RT-Thread内存管理

QT custom control: value range

Tutorial on building pytoch model from zero (IV) compiling training process -- Parameter Analysis

Leetcode game 299

Qt中的UI文件介绍

LR、CR纽扣电池对照表

安装typescript环境并开启VSCode自动监视编译ts文件为js文件

Yolo series combs (IX) first taste of newly baked yolov6

cnpm报错‘cnpm‘不是内部或外部命令,也不是可运行的程序或批处理文件

倍福TwinCAT3 的OPC_UA通信测试案例
随机推荐
服务器监控netdata面板配置邮件服务
商品搜索引擎—推荐系统设计
Golang image/png 处理图片 旋转 写入
Matlab简单入门
SCHIEDERWERK电源维修SMPS12/50 PFC3800解析
asp.net 项目使用aspnet_compiler.exe发布
Interview shock 61: tell me about MySQL transaction isolation level?
STK_ Gltf model
Hutool tool class learning (continuous update)
Leetcode game 299
Qt中的UI文件介绍
[intelligent QBD risk assessment tool] Shanghai daoning brings you leanqbd introduction, trial and tutorial
深入理解 volatile 关键字
C语言的指针详解
C#通過中序遍曆對二叉樹進行線索化
asp. Net project using aspnet_ compiler. Exe Publishing
Redis deletion policy and eviction algorithm
[Junzheng T31] decompression and packaging of read-only rootfs file system squashfs
C#实现顺序表定义、插入、删除、查找操作
C#实现二叉树非递归中序遍历程序