Skip to content

Scheduled tasks

Scheduled tasks #1231

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