Skip to content
Snippets Groups Projects
Verified Commit 754cbbf4 authored by Martin Weise's avatar Martin Weise
Browse files

Remvoe unused scan

parent ff3e94db
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
......@@ -245,26 +245,6 @@ scan-metadata-service:
reports:
container_scanning: ./.trivy/trivy-metadata-service-report.json
scan-proxy:
stage: scan-docker
needs:
- build-docker
only:
refs:
- dev
- master
allow_failure: true
script:
- make scan-proxy
cache:
paths:
- .trivycache/
artifacts:
when: always
expire_in: 1 days
reports:
container_scanning: ./.trivy/trivy-proxy-report.json
scan-search-db:
stage: scan-docker
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment