Skip to content

Commit

Permalink
Schedule scans at least once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Kihlman committed Jan 10, 2020
1 parent 48be7ac commit 03f474d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 03f474d

Please sign in to comment.