Skip to content

periodic

periodic #2

Workflow file for this run

name: periodic
on:
schedule:
- cron: "0 0 * * *"
permissions:
contents: read
security-events: write
jobs:
scan:
runs-on: ubuntu-latest
strategy:
matrix:
release:
- zed
- antelope
- bobcat
- caracal
steps:
- uses: vexxhost/github-actions/scan-image@main
with:
image-ref: ghcr.io/${{ github.repository_owner }}/python-base:${{ matrix.release }}