Skip to content

split scans and cause a vulnerability #1

split scans and cause a vulnerability

split scans and cause a vulnerability #1

Workflow file for this run

name: Scan

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: ./.github/actions/scan
with:
format: 'sarif'
output: 'trivy-results.sarif'