From b90197c846990279868d7e2ed35ffed8d62b66a3 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Wed, 8 Sep 2021 13:02:01 +0100 Subject: [PATCH] ci: Fix cve scan schedule Signed-off-by: Ryan Northey --- .azure-pipelines/cve_scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/cve_scan.yml b/.azure-pipelines/cve_scan.yml index 2ef6248d396b2..7c951df66f689 100644 --- a/.azure-pipelines/cve_scan.yml +++ b/.azure-pipelines/cve_scan.yml @@ -4,6 +4,7 @@ trigger: none pr: none +schedules: - cron: "0 * * * *" displayName: Hourly CVE scan branches: