From 7c9ffc1c826ebe20387cf33b096a2249b786f38f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 22 Mar 2021 14:48:19 -0400 Subject: [PATCH] try this expose_as thing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a9689ec..e1f4a5be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ vulnerability-scan: artifacts: paths: - "security-report.json" + expose_as: "security-report.json" system-tests: stage: "test" -- GitLab