Skip to content

Commit

Permalink
chore(ci): add trivy action (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 2, 2023
1 parent 0e28120 commit f519b9d
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/[email protected]
with:
image-ref: 'ghcr.io/radiorabe/catpage:latest'

0 comments on commit f519b9d

Please sign in to comment.