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

Merge branch 'fix/trivy-artifact-expire' into 'master'

fix: set trivy artifact expiration

Closes #98

See merge request to-be-continuous/docker!131
parents 18bd95c0 5854b428
No related branches found
No related tags found
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