Skip to content
Snippets Groups Projects
Commit 29055284 authored by Nicole Lu's avatar Nicole Lu
Browse files

move scan job to post stage allow_failurer: false

parent 28fc61bc
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
......@@ -25,6 +25,7 @@ build-master:
only:
refs:
- master
- container_scanning-INPLATFORM-306
changes:
- Dockerfile
- .gitlab-ci.yml
......@@ -35,12 +36,12 @@ include:
file: templates/.check-qualys-job.yml
image_scan:
stage: build
extends: qualys_scan
variables:
CI_TOKEN: $CI_TOKEN
DOCKER_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
when: always
allow_failure: false
only:
- schedules
- merge_requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment