Skip to content

nightly-scans.yml

nightly-scans.yml #34

Workflow file for this run

name: nightly-scans.yml
on:
schedule:
- cron: '0 2 * * *' # Runs daily at 2:00 AM UTC
workflow_dispatch:
jobs:
scan-main:

Check failure on line 8 in .github/workflows/nightly-scans.yml

View workflow run for this annotation

GitHub Actions / nightly-scans.yml

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-scans.yml (Line: 8, Col: 3): Error calling workflow 'nginx/agent/.github/workflows/vulncheck.yml@6d95d70f020e1c646cc51a32f4a22f0f40035f19'. The nested job 'vulncheck' is requesting 'security-events: write', but is only allowed 'security-events: none'.
name: Vulnerability Scan - Main
uses: ./.github/workflows/vulncheck.yml
with:
target-branch: 'main'
scan-v2:
name: Vulnerability Scan - dev-v2
uses: ./.github/workflows/vulncheck.yml
with:
target-branch: 'dev-v2'