Skip to content

Scheduled tasks

Scheduled tasks #1232

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@479996126a091287dc3fd349786f6f8a6dd1b23c # v0.42.0
with:
image-ref: 'ghcr.io/radiorabe/python-minimal:latest'