Skip to content

Workflow file for this run

name: Daily

Check failure on line 1 in .github/workflows/daily.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/daily.yaml

Invalid workflow file

invalid `cron` attribute "16 30 * * *"
on:
schedule:
- cron: '16 30 * * *'
env:
GOPROXY: https://proxy.golang.org
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/scan
with:
format: 'sarif'
output: 'trivy-results.sarif'