summaryrefslogtreecommitdiffstats
path: root/libraries/libu2f-host/patches/0017-Schedule-scans-at-least-once-a-week.patch
blob: 6af583f0f222bf87ff352f89e5a5a798ba031504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 03f474d741e654d7ca3f6753f7e9ed8132dacdd7 Mon Sep 17 00:00:00 2001
From: Gabriel Kihlman <g.kihlman@yubico.com>
Date: Fri, 10 Jan 2020 12:42:23 +0100
Subject: [PATCH 17/25] Schedule scans at least once a week

Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
---
 .github/workflows/scan.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml
index f8e54a1..ec6ba52 100644
--- a/.github/workflows/scan.yml
+++ b/.github/workflows/scan.yml
@@ -1,6 +1,10 @@
 name: static code analysis
 
-on: [push]
+on:
+  push:
+  schedule:
+    - cron: '0 0 * * 1'
+
 env:
   SCAN_IMG:
     yes-docker-local.artifactory.in.yubico.org/static-code-analysis/c:v1
-- 
2.32.0