标签:inf otc tps 容器 org git plugin lin 配置
官方地址:https://github.com/jenkinsci/aqua-microscanner-plugin
在jenkins安装"Aqua MicroScanner"插件
系统设置配置token,token获取地址:https://microscanner.aquasec.com/signup
Pipeline中添加扫描脚本
stage(‘Aqua MicroScanner‘){ aquaMicroscanner imageName: ‘xxx:latest‘,notCompliesCmd: ‘exit 1‘,onDisallowed: ‘fail‘ }
构建后结果展示
Jenkins使用aqua-microscanner-plugin进行容器漏洞扫描
标签:inf otc tps 容器 org git plugin lin 配置
原文地址:https://www.cnblogs.com/Dev0ps/p/11386204.html