Skip to content

Disable container scanning on DB update schedule

Thiago Figueiró requested to merge do-not-scan-on-db-update-schedule into master

Why is this change being made?

When running the scheduled pipeline that triggers a DB update, the container-scanning jobs are running:

image

This MR disables these jobs.

We should probably do the same for all scanners (e.g. brakeman-sast).

Merge request reports