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

add container scanning job

parent 774b5a95
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
...@@ -4,6 +4,7 @@ variables: ...@@ -4,6 +4,7 @@ variables:
stages: stages:
- build - build
- scan
before_script: before_script:
- apk update && apk add groff less && apk add py-pip - apk update && apk add groff less && apk add py-pip
...@@ -32,3 +33,15 @@ build-master: ...@@ -32,3 +33,15 @@ build-master:
- Dockerfile - Dockerfile
- .gitlab-ci.yml - .gitlab-ci.yml
- run-agent.sh - run-agent.sh
include:
- project: interop/checkqualys
file: templates/.check-qualys-job.yml
container_scanning:
stage: scan
extends: qualys_scan
when: on_success
variables:
CI_TOKEN: $CI_TOKEN
DOCKER_IMAGE: ${DOIT_REGISTRY_IMAGE_TAG}
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