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

fix: set trivy artifact expiration

parent a935bbe8
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,8 @@ mvn-trivy:
# console output (fail)
trivy ${trivy_opts} --format table --exit-code 1 $MAVEN_JIB_SNAPSHOT_IMAGE
artifacts:
name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
expire_in: 1 day
when: always
paths:
- "reports/jib-trivy-*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment