Frizbee Pinned Actions and Container Images Check #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |