mirror of
https://github.com/Yubico/yubico-pam.git
synced 2024-11-29 00:24:11 +01:00
Rerun the scan once a week
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
This commit is contained in:
parent
609496765a
commit
dac07a76f0
6
.github/workflows/scan.yml
vendored
6
.github/workflows/scan.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user