Only run security-scanner on scheduled builds

This commit is contained in:
jalr 2018-06-11 22:40:00 +02:00
parent 99b4cc1ca9
commit e108d5543a

View file

@ -51,6 +51,8 @@ security_scanner:
- set -x
- export GITLAB_URL="$(echo "$CI_PROJECT_URL" | grep -Eo '^https?://[^/]*')"
- security-scanner stretch
only:
- schedules
.squashfs_template: &squashfs_template
stage: build