From 91a327d7c80b70b8ff9ac6ad1c1b64434a41ec5b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 22 Mar 2021 14:49:53 -0400
Subject: [PATCH] okay fix this not-arbitrary byte string

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1f4a5be..24070b43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ vulnerability-scan:
   artifacts:
     paths:
       - "security-report.json"
-    expose_as: "security-report.json"
+    expose_as: "security report"
 
 system-tests:
   stage: "test"
-- 
GitLab