Skip to content

Merge pull request #276 from bcgov/updated-git-actions #2

Merge pull request #276 from bcgov/updated-git-actions

Merge pull request #276 from bcgov/updated-git-actions #2

name: ZAP Scan
on:
push:
branches:
- develop
paths:
- ".github/workflows/zap-scan-config.yml"
#schedule:
# # Scheduled Scanning of Dev
# - cron: '5 6 * * *'
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan ZAP website
steps:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.6.1
with:
target: 'https://portal.dev.dfa.gov.bc.ca'
token: ${{ secrets.GITHUB_TOKEN }}