Skip to content

Commit

Permalink
Rerun the scan once a week
Browse files Browse the repository at this point in the history
Might be new scanner versions or scanners added. This will
make sure new better (?) scanners will be run on repos that
might not have that much activity
  • Loading branch information
Gabriel Kihlman committed Jan 9, 2020
1 parent 6094967 commit dac07a7
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 dac07a7

Please sign in to comment.