Skip to content

Commit

Permalink
chore(zap_scan): run scan after production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Nov 11, 2023
1 parent 842b039 commit b951959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit b951959

@vercel
Copy link

@vercel vercel bot commented on b951959 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chitchatter – ./

chitchatter-jeremyckahn.vercel.app
chitchatter.vercel.app
chitchatter-git-main-jeremyckahn.vercel.app

Please sign in to comment.