From 7452c5302cc1359f053a468121e41f7ad4169965 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 4 Jan 2022 09:04:07 +0100 Subject: [PATCH] fix trivy step and add umami tracking code --- .drone.yml | 2 +- layouts/partials/extend-head.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/extend-head.html diff --git a/.drone.yml b/.drone.yml index a37fbda..f880e27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,7 +96,7 @@ steps: - name: "Trivy (latest)" image: aquasec/trivy commands: - - "trivy image ocram85/blog:latest" + - "trivy image --exit-code 1 --no-progress ocram85/blog:latest" --- kind: pipeline diff --git a/layouts/partials/extend-head.html b/layouts/partials/extend-head.html new file mode 100644 index 0000000..4ac3ab4 --- /dev/null +++ b/layouts/partials/extend-head.html @@ -0,0 +1 @@ +