Skip to content

Commit

Permalink
chore(zap_scan): remove schedule and don't create issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Nov 11, 2023
1 parent b951959 commit ab18b79
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Perform Weekly Security Audit with ZAProxy
name: Perform Security Audit with ZAProxy
# Use ZAP Proxy to perform a full scan of the production site.
# Scan automatically opens an issue after completion
# with results of the audit.

on:
schedule:
# 00:00 UTC Midnight on Mondays
- cron: '0 0 * * 1'

# manually trigger workflow
workflow_dispatch:

Expand Down Expand Up @@ -36,5 +30,5 @@ jobs:
with:
target: 'https://chitchatter.im/'
rules_file_name: '.zap/rules.tsv'
issue_title: 'Security Report - ${{ steps.set-now.outputs.NOW }}'
artifact_name: 'zap_scan_${{ steps.set-now.outputs.NOW }}'
allow_issue_writing: false

1 comment on commit ab18b79

@vercel
Copy link

@vercel vercel bot commented on ab18b79 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.