From 7a0bacde258319f84958b5e6e2a2c02bd28e50ec Mon Sep 17 00:00:00 2001
From: Lyle Hanson <lyle.hanson@wisc.edu>
Date: Tue, 11 Oct 2022 12:18:57 -0500
Subject: [PATCH] changes from code review

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5cab3fb..e540d27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,11 +42,7 @@ build_jar:
   artifacts:
     paths:
       - .m2/
-      - target/
-      - uw-spring-security-config/target/dependency-check-report.html
-      - uw-spring-security-core/target/dependency-check-report.html
-      - uw-spring-security-sample-war/target/dependency-check-report.html
-      - uw-spring-security-web/target/dependency-check-report.html
+      - "*/target"
     expire_in: 1 week
 
 secret_detection:
-- 
GitLab