Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Schedule

Schedule #11

Workflow file for this run

---
name: Schedule
on:
schedule:
- cron: 11 15 * * *
workflow_dispatch:
jobs:
scan-backend:
name: Scan backend image
uses: ./.github/workflows/trivy-scan.yaml
with:
image-ref: ghcr.io/adfinis/timed-backend