chore(zap_scan): run scan after production deployment

This commit is contained in:
Jeremy Kahn 2023-11-11 10:40:36 -06:00
parent 842b039d0d
commit b951959cf7

View File

@ -11,6 +11,12 @@ on:
# manually trigger workflow
workflow_dispatch:
# Listen for Production deployments
workflow_run:
workflows: [pages-build-deployment]
types:
- completed
jobs:
zap_scan:
runs-on: ubuntu-latest