forked from an/flokati
test
This commit is contained in:
parent
61ec652241
commit
9a54c99690
13
.drone.yml
13
.drone.yml
|
@ -37,11 +37,8 @@ steps:
|
|||
tags: latest
|
||||
|
||||
- name: clair
|
||||
image: phusion/baseimage:latest
|
||||
commands:
|
||||
- apt update -y
|
||||
- apt -y install curl
|
||||
- curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
||||
- chmod -x /usr/local/bin/klar
|
||||
- klar
|
||||
#- CLAIR_ADDR=dev01:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 REGISTRY_INSECURE=true klar dr.dnix.de/flokati:latest
|
||||
image: poke/drone-clair:latest
|
||||
scan_image: dr.dnix.de/flokati
|
||||
output: High
|
||||
threshold: 1
|
||||
secrets: [clair_url]
|
||||
|
|
Loading…
Reference in New Issue