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
No related branches found
No related tags found
No related merge requests found
......@@ -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-*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment