Skip to content

Scheduled Jobs

Scheduled Jobs #20

Workflow file for this run

name: Scheduled Jobs
on:
workflow_dispatch:
schedule:
- cron: '0 11 * * 6' # 3 AM PST = 12 PM UDT, Saturdays
jobs:
zap:

Check failure on line 10 in .github/workflows/scheduled.yml

View workflow run for this annotation

GitHub Actions / Scheduled Jobs

Invalid workflow file

The workflow is not valid. .github/workflows/scheduled.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: ZAP Scan
needs: [deploys]
runs-on: ubuntu-22.04
steps:
- name: Penetration Test
uses: zaproxy/action-full-scan@v0.10.0
with:
target: https://paytransparency.fin.gov.bc.ca
cmd_options: "-a"
fail_action: false
allow_issue_writing: false