Skip to content

Commit

Permalink
chore(ci): add scheduled trivy run for latest (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Aug 6, 2023
1 parent 9191227 commit bde2374
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Scheduled tasks

on:
schedule:
- cron: '13 12 * * *'
workflow_dispatch:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.15.1
with:
image-ref: 'ghcr.io/radiorabe/mediawiki:latest'

0 comments on commit bde2374

Please sign in to comment.