Skip to content
Snippets Groups Projects
Commit 5854b428 authored by Clement Bois's avatar Clement Bois
Browse files

fix: set trivy artifact expiration

parent 18bd95c0
Branches
Tags
No related merge requests found
...@@ -1005,6 +1005,8 @@ docker-trivy: ...@@ -1005,6 +1005,8 @@ docker-trivy:
exit $exit_code exit $exit_code
artifacts: artifacts:
name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
expire_in: 1 day
when: always when: always
paths: paths:
- "reports/docker-trivy-*" - "reports/docker-trivy-*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment