diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml
index 0197cebbaed62be691c9a461992e2fd1548f0287..f71aebf1f88b855356588f6df9514e3175163c31 100644
--- a/templates/gitlab-ci-docker.yml
+++ b/templates/gitlab-ci-docker.yml
@@ -1005,6 +1005,8 @@ docker-trivy:
     
     exit $exit_code
   artifacts:
+    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
+    expire_in: 1 day
     when: always
     paths:
     - "reports/docker-trivy-*"