diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c083cd9bdaad1c63a1a9e1029cd8ebb5329fd10..84cf6042f6dda43939618bd01cc41c9f7c31d86b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ include: - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml' container-scan: + stage: quality-security image: docker:stable variables: DOCKER_DRIVER: overlay2 @@ -56,3 +57,5 @@ container-scan: artifacts: reports: container_scanning: gl-container-scanning-report.json + tags: + - docker