Skip to content

Scheduled tasks

Scheduled tasks #1393

Workflow file for this run

name: Scheduled tasks
on:
schedule:
- cron: '13 12 * * *'
workflow_dispatch:
jobs:
schedule-trivy:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@c26933dd78f0f76b51d1e3bb80ac099bfe0ee89b # v0.45.0
with:
image-ref: 'ghcr.io/radiorabe/python-minimal:latest'