ci: allow manual run of vulnscan action workflow

This commit is contained in:
cn 2020-08-18 22:53:33 +02:00
parent 4833328557
commit 35ced6468e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ name: vulnscan
on:
schedule:
- cron: '7 4 * * 4' # weekly on thursday morning
workflow_dispatch:
jobs:
scan-released-dockerimages: