test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
21d2b5f1da
commit
e0e9264bc2
26
.drone.yml
26
.drone.yml
|
@ -36,17 +36,17 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
#- name: clair
|
- name: clair
|
||||||
# image: ubuntu:18.04
|
image: ubuntu:18.04
|
||||||
# environment:
|
environment:
|
||||||
# CLAIR_ADDR: http://dev01:6060
|
CLAIR_ADDR: http://localhost:6060
|
||||||
# CLAIR_OUTPUT: High
|
CLAIR_OUTPUT: High
|
||||||
# CLAIR_THRESHOLD: 10
|
CLAIR_THRESHOLD: 10
|
||||||
# REGISTRY_INSECURE: true
|
REGISTRY_INSECURE: true
|
||||||
# commands:
|
commands:
|
||||||
# - apt -y update
|
- apt -y update
|
||||||
# - apt -y install curl
|
- 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
|
- curl -Lo /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
||||||
# - chmod 755 /usr/local/bin/klar
|
- chmod 755 /usr/local/bin/klar
|
||||||
# - klar dr.dnix.de/flokati
|
- klar dr.dnix.de/flokati
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue