Skip to content

Scheduled build

Scheduled build #127

Workflow file for this run

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:

Check failure on line 18 in .github/workflows/daily.yml

View workflow run for this annotation

GitHub Actions / Scheduled build

Invalid workflow file

The workflow is not valid. .github/workflows/daily.yml (Line: 18, Col: 3): Error calling workflow 'mcalman/kepler/.github/workflows/scorecard.yml@5794f51b9c45fcde8e1a61c601dfa4db81ef00f0'. The workflow is requesting 'actions: read, checks: read, deployments: read, discussions: read, issues: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, checks: none, deployments: none, discussions: none, issues: none, pages: non[...] .github/workflows/daily.yml (Line: 18, Col: 3): Error calling workflow 'mcalman/kepler/.github/workflows/scorecard.yml@5794f51b9c45fcde8e1a61c601dfa4db81ef00f0'. The nested job 'analysis' is requesting 'security-events: write, id-token: write', but is only allowed 'security-events: none, id-token: none'.
uses: ./.github/workflows/scorecard.yml
# daily rpm
rpm:
uses: ./.github/workflows/rpm.yml