Skip to content

Frizbee Pinned Actions and Container Images Check #139

Frizbee Pinned Actions and Container Images Check

Frizbee Pinned Actions and Container Images Check #139

Workflow file for this run

---
name: Frizbee Pinned Actions and Container Images Check
on:
schedule:
- cron: 0 0 * * * # Run every day at midnight
workflow_dispatch:
jobs:
frizbee_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: stacklok/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.FRIZBEE_TOKEN }}
with:
actions: .github/workflows
dockerfiles: ./docker
kubernetes: ./k8s
docker_compose: ./docker
open_pr: true
fail_on_unpinned: true