forked from Shiloh/remnantchat
chore(zap_scan): run scan after production deployment
This commit is contained in:
parent
842b039d0d
commit
b951959cf7
6
.github/workflows/security.yml
vendored
6
.github/workflows/security.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user