This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Scheduled build #56
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: Scheduled build | |
on: | |
branch_protection_rule: | |
schedule: | |
- cron: "12 9 * * *" | |
jobs: | |
# daily go security | |
gosec: | |
uses: ./.github/workflows/gosec.yml | |
# daily image build | |
image: | |
uses: ./.github/workflows/image.yml | |
secrets: | |
username: ${{ secrets.BOT_NAME }} | |
password: ${{ secrets.BOT_TOKEN }} | |
# daily openSSF scan | |
scorecard: | |
uses: ./.github/workflows/scorecard.yml |